Uses of Class
software.amazon.awssdk.services.vpclattice.model.DeleteAuthPolicyResponse
-
Packages that use DeleteAuthPolicyResponse 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 DeleteAuthPolicyResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return DeleteAuthPolicyResponse Modifier and Type Method Description default DeleteAuthPolicyResponseVpcLatticeClient. deleteAuthPolicy(Consumer<DeleteAuthPolicyRequest.Builder> deleteAuthPolicyRequest)Deletes the specified auth policy.default DeleteAuthPolicyResponseVpcLatticeClient. deleteAuthPolicy(DeleteAuthPolicyRequest deleteAuthPolicyRequest)Deletes the specified auth policy.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type DeleteAuthPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteAuthPolicyResponse>VpcLatticeAsyncClient. deleteAuthPolicy(Consumer<DeleteAuthPolicyRequest.Builder> deleteAuthPolicyRequest)Deletes the specified auth policy.default CompletableFuture<DeleteAuthPolicyResponse>VpcLatticeAsyncClient. deleteAuthPolicy(DeleteAuthPolicyRequest deleteAuthPolicyRequest)Deletes the specified auth policy.
-