| Package | Description |
|---|---|
| software.amazon.awssdk.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).
|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutAuthPolicyResponse> |
VpcLatticeAsyncClient.putAuthPolicy(Consumer<PutAuthPolicyRequest.Builder> putAuthPolicyRequest)
Creates or updates the auth policy.
|
default PutAuthPolicyResponse |
VpcLatticeClient.putAuthPolicy(Consumer<PutAuthPolicyRequest.Builder> putAuthPolicyRequest)
Creates or updates the auth policy.
|
| Modifier and Type | Method and Description |
|---|---|
static PutAuthPolicyRequest.Builder |
PutAuthPolicyRequest.builder() |
PutAuthPolicyRequest.Builder |
PutAuthPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAuthPolicyRequest.Builder |
PutAuthPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAuthPolicyRequest.Builder |
PutAuthPolicyRequest.Builder.policy(String policy)
The auth policy.
|
PutAuthPolicyRequest.Builder |
PutAuthPolicyRequest.Builder.resourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
|
PutAuthPolicyRequest.Builder |
PutAuthPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAuthPolicyRequest.Builder> |
PutAuthPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.