Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetAuthPolicyRequest
-
Packages that use GetAuthPolicyRequest 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.transform -
-
Uses of GetAuthPolicyRequest in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice with parameters of type GetAuthPolicyRequest Modifier and Type Method Description default CompletableFuture<GetAuthPolicyResponse>VpcLatticeAsyncClient. getAuthPolicy(GetAuthPolicyRequest 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. -
Uses of GetAuthPolicyRequest in software.amazon.awssdk.services.vpclattice.transform
Methods in software.amazon.awssdk.services.vpclattice.transform with parameters of type GetAuthPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetAuthPolicyRequestMarshaller. marshall(GetAuthPolicyRequest getAuthPolicyRequest)
-