Uses of Class
software.amazon.awssdk.services.vpclattice.model.PutAuthPolicyResponse
-
Packages that use PutAuthPolicyResponse 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). -
-
Uses of PutAuthPolicyResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return PutAuthPolicyResponse Modifier and Type Method Description default PutAuthPolicyResponseVpcLatticeClient. putAuthPolicy(Consumer<PutAuthPolicyRequest.Builder> putAuthPolicyRequest)Creates or updates the auth policy.default PutAuthPolicyResponseVpcLatticeClient. putAuthPolicy(PutAuthPolicyRequest putAuthPolicyRequest)Creates or updates the auth policy.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type PutAuthPolicyResponse Modifier and Type Method Description default CompletableFuture<PutAuthPolicyResponse>VpcLatticeAsyncClient. putAuthPolicy(Consumer<PutAuthPolicyRequest.Builder> putAuthPolicyRequest)Creates or updates the auth policy.default CompletableFuture<PutAuthPolicyResponse>VpcLatticeAsyncClient. putAuthPolicy(PutAuthPolicyRequest putAuthPolicyRequest)Creates or updates the auth policy.
-