Uses of Class
software.amazon.awssdk.services.iam.model.DeleteRolePermissionsBoundaryResponse
-
Packages that use DeleteRolePermissionsBoundaryResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeleteRolePermissionsBoundaryResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeleteRolePermissionsBoundaryResponse Modifier and Type Method Description default DeleteRolePermissionsBoundaryResponseIamClient. deleteRolePermissionsBoundary(Consumer<DeleteRolePermissionsBoundaryRequest.Builder> deleteRolePermissionsBoundaryRequest)Deletes the permissions boundary for the specified IAM role.default DeleteRolePermissionsBoundaryResponseIamClient. deleteRolePermissionsBoundary(DeleteRolePermissionsBoundaryRequest deleteRolePermissionsBoundaryRequest)Deletes the permissions boundary for the specified IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeleteRolePermissionsBoundaryResponse Modifier and Type Method Description default CompletableFuture<DeleteRolePermissionsBoundaryResponse>IamAsyncClient. deleteRolePermissionsBoundary(Consumer<DeleteRolePermissionsBoundaryRequest.Builder> deleteRolePermissionsBoundaryRequest)Deletes the permissions boundary for the specified IAM role.default CompletableFuture<DeleteRolePermissionsBoundaryResponse>IamAsyncClient. deleteRolePermissionsBoundary(DeleteRolePermissionsBoundaryRequest deleteRolePermissionsBoundaryRequest)Deletes the permissions boundary for the specified IAM role.
-