| 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 |
|---|---|
Future<PutAuthPolicyResult> |
AbstractAmazonVPCLatticeAsync.putAuthPolicyAsync(PutAuthPolicyRequest request,
AsyncHandler<PutAuthPolicyRequest,PutAuthPolicyResult> asyncHandler) |
Future<PutAuthPolicyResult> |
AmazonVPCLatticeAsync.putAuthPolicyAsync(PutAuthPolicyRequest putAuthPolicyRequest,
AsyncHandler<PutAuthPolicyRequest,PutAuthPolicyResult> asyncHandler)
Creates or updates the auth policy.
|
Future<PutAuthPolicyResult> |
AmazonVPCLatticeAsyncClient.putAuthPolicyAsync(PutAuthPolicyRequest request,
AsyncHandler<PutAuthPolicyRequest,PutAuthPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutAuthPolicyRequest |
PutAuthPolicyRequest.clone() |
PutAuthPolicyRequest |
PutAuthPolicyRequest.withPolicy(String policy)
The auth policy.
|
PutAuthPolicyRequest |
PutAuthPolicyRequest.withResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
|
Copyright © 2023. All rights reserved.