| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice |
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all
of your services across multiple accounts and virtual private clouds (VPCs).
|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
GetAuthPolicyResult |
AbstractAmazonVPCLattice.getAuthPolicy(GetAuthPolicyRequest request) |
GetAuthPolicyResult |
AmazonVPCLatticeClient.getAuthPolicy(GetAuthPolicyRequest request)
Retrieves information about the auth policy for the specified service or service network.
|
GetAuthPolicyResult |
AmazonVPCLattice.getAuthPolicy(GetAuthPolicyRequest getAuthPolicyRequest)
Retrieves information about the auth policy for the specified service or service network.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAuthPolicyResult> |
AbstractAmazonVPCLatticeAsync.getAuthPolicyAsync(GetAuthPolicyRequest request) |
Future<GetAuthPolicyResult> |
AmazonVPCLatticeAsync.getAuthPolicyAsync(GetAuthPolicyRequest getAuthPolicyRequest)
Retrieves information about the auth policy for the specified service or service network.
|
Future<GetAuthPolicyResult> |
AmazonVPCLatticeAsyncClient.getAuthPolicyAsync(GetAuthPolicyRequest request) |
Future<GetAuthPolicyResult> |
AbstractAmazonVPCLatticeAsync.getAuthPolicyAsync(GetAuthPolicyRequest request,
AsyncHandler<GetAuthPolicyRequest,GetAuthPolicyResult> asyncHandler) |
Future<GetAuthPolicyResult> |
AmazonVPCLatticeAsync.getAuthPolicyAsync(GetAuthPolicyRequest getAuthPolicyRequest,
AsyncHandler<GetAuthPolicyRequest,GetAuthPolicyResult> asyncHandler)
Retrieves information about the auth policy for the specified service or service network.
|
Future<GetAuthPolicyResult> |
AmazonVPCLatticeAsyncClient.getAuthPolicyAsync(GetAuthPolicyRequest request,
AsyncHandler<GetAuthPolicyRequest,GetAuthPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAuthPolicyResult> |
AbstractAmazonVPCLatticeAsync.getAuthPolicyAsync(GetAuthPolicyRequest request,
AsyncHandler<GetAuthPolicyRequest,GetAuthPolicyResult> asyncHandler) |
Future<GetAuthPolicyResult> |
AmazonVPCLatticeAsync.getAuthPolicyAsync(GetAuthPolicyRequest getAuthPolicyRequest,
AsyncHandler<GetAuthPolicyRequest,GetAuthPolicyResult> asyncHandler)
Retrieves information about the auth policy for the specified service or service network.
|
Future<GetAuthPolicyResult> |
AmazonVPCLatticeAsyncClient.getAuthPolicyAsync(GetAuthPolicyRequest request,
AsyncHandler<GetAuthPolicyRequest,GetAuthPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAuthPolicyResult |
GetAuthPolicyResult.clone() |
GetAuthPolicyResult |
GetAuthPolicyResult.withCreatedAt(Date createdAt)
The date and time that the auth policy was created, specified in ISO-8601 format.
|
GetAuthPolicyResult |
GetAuthPolicyResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the auth policy was last updated, specified in ISO-8601 format.
|
GetAuthPolicyResult |
GetAuthPolicyResult.withPolicy(String policy)
The auth policy.
|
GetAuthPolicyResult |
GetAuthPolicyResult.withState(AuthPolicyState state)
The state of the auth policy.
|
GetAuthPolicyResult |
GetAuthPolicyResult.withState(String state)
The state of the auth policy.
|
Copyright © 2023. All rights reserved.