Uses of Class
software.amazon.awssdk.services.iam.model.DeletePolicyVersionResponse
-
Packages that use DeletePolicyVersionResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeletePolicyVersionResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeletePolicyVersionResponse Modifier and Type Method Description default DeletePolicyVersionResponseIamClient. deletePolicyVersion(Consumer<DeletePolicyVersionRequest.Builder> deletePolicyVersionRequest)Deletes the specified version from the specified managed policy.default DeletePolicyVersionResponseIamClient. deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)Deletes the specified version from the specified managed policy.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeletePolicyVersionResponse Modifier and Type Method Description default CompletableFuture<DeletePolicyVersionResponse>IamAsyncClient. deletePolicyVersion(Consumer<DeletePolicyVersionRequest.Builder> deletePolicyVersionRequest)Deletes the specified version from the specified managed policy.default CompletableFuture<DeletePolicyVersionResponse>IamAsyncClient. deletePolicyVersion(DeletePolicyVersionRequest deletePolicyVersionRequest)Deletes the specified version from the specified managed policy.
-