| 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 |
|---|---|
PutAuthPolicyResult |
AmazonVPCLatticeClient.putAuthPolicy(PutAuthPolicyRequest request)
Creates or updates the auth policy.
|
PutAuthPolicyResult |
AbstractAmazonVPCLattice.putAuthPolicy(PutAuthPolicyRequest request) |
PutAuthPolicyResult |
AmazonVPCLattice.putAuthPolicy(PutAuthPolicyRequest putAuthPolicyRequest)
Creates or updates the auth policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutAuthPolicyResult> |
AbstractAmazonVPCLatticeAsync.putAuthPolicyAsync(PutAuthPolicyRequest request,
AsyncHandler<PutAuthPolicyRequest,PutAuthPolicyResult> asyncHandler) |
Future<PutAuthPolicyResult> |
AmazonVPCLatticeAsyncClient.putAuthPolicyAsync(PutAuthPolicyRequest request,
AsyncHandler<PutAuthPolicyRequest,PutAuthPolicyResult> asyncHandler) |
Future<PutAuthPolicyResult> |
AmazonVPCLatticeAsync.putAuthPolicyAsync(PutAuthPolicyRequest putAuthPolicyRequest,
AsyncHandler<PutAuthPolicyRequest,PutAuthPolicyResult> asyncHandler)
Creates or updates the auth policy.
|
| Modifier and Type | Method and Description |
|---|---|
PutAuthPolicyResult |
PutAuthPolicyResult.clone() |
PutAuthPolicyResult |
PutAuthPolicyResult.withPolicy(String policy)
The auth policy.
|
PutAuthPolicyResult |
PutAuthPolicyResult.withState(AuthPolicyState state)
The state of the auth policy.
|
PutAuthPolicyResult |
PutAuthPolicyResult.withState(String state)
The state of the auth policy.
|
Copyright © 2023. All rights reserved.