Uses of Interface
software.amazon.awssdk.services.vpclattice.model.PutAuthPolicyRequest.Builder
-
Packages that use PutAuthPolicyRequest.Builder 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 -
-
Uses of PutAuthPolicyRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type PutAuthPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAuthPolicyResponse>VpcLatticeAsyncClient. putAuthPolicy(Consumer<PutAuthPolicyRequest.Builder> putAuthPolicyRequest)Creates or updates the auth policy.default PutAuthPolicyResponseVpcLatticeClient. putAuthPolicy(Consumer<PutAuthPolicyRequest.Builder> putAuthPolicyRequest)Creates or updates the auth policy. -
Uses of PutAuthPolicyRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return PutAuthPolicyRequest.Builder Modifier and Type Method Description static PutAuthPolicyRequest.BuilderPutAuthPolicyRequest. builder()PutAuthPolicyRequest.BuilderPutAuthPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAuthPolicyRequest.BuilderPutAuthPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAuthPolicyRequest.BuilderPutAuthPolicyRequest.Builder. policy(String policy)The auth policy.PutAuthPolicyRequest.BuilderPutAuthPolicyRequest.Builder. resourceIdentifier(String resourceIdentifier)The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.PutAuthPolicyRequest.BuilderPutAuthPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type PutAuthPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutAuthPolicyRequest.Builder>PutAuthPolicyRequest. serializableBuilderClass()
-