Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetAuthPolicyResponse
-
Packages that use GetAuthPolicyResponse 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 GetAuthPolicyResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return GetAuthPolicyResponse Modifier and Type Method Description default GetAuthPolicyResponseVpcLatticeClient. getAuthPolicy(Consumer<GetAuthPolicyRequest.Builder> getAuthPolicyRequest)Retrieves information about the auth policy for the specified service or service network.default GetAuthPolicyResponseVpcLatticeClient. getAuthPolicy(GetAuthPolicyRequest getAuthPolicyRequest)Retrieves information about the auth policy for the specified service or service network.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type GetAuthPolicyResponse Modifier and Type Method Description default CompletableFuture<GetAuthPolicyResponse>VpcLatticeAsyncClient. getAuthPolicy(Consumer<GetAuthPolicyRequest.Builder> getAuthPolicyRequest)Retrieves information about the auth policy for the specified service or service network.default CompletableFuture<GetAuthPolicyResponse>VpcLatticeAsyncClient. getAuthPolicy(GetAuthPolicyRequest getAuthPolicyRequest)Retrieves information about the auth policy for the specified service or service network.
-