Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DeletePermissionsBoundaryFromPermissionSetResponse
-
Packages that use DeletePermissionsBoundaryFromPermissionSetResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of DeletePermissionsBoundaryFromPermissionSetResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return DeletePermissionsBoundaryFromPermissionSetResponse Modifier and Type Method Description default DeletePermissionsBoundaryFromPermissionSetResponseSsoAdminClient. deletePermissionsBoundaryFromPermissionSet(Consumer<DeletePermissionsBoundaryFromPermissionSetRequest.Builder> deletePermissionsBoundaryFromPermissionSetRequest)Deletes the permissions boundary from a specified PermissionSet.default DeletePermissionsBoundaryFromPermissionSetResponseSsoAdminClient. deletePermissionsBoundaryFromPermissionSet(DeletePermissionsBoundaryFromPermissionSetRequest deletePermissionsBoundaryFromPermissionSetRequest)Deletes the permissions boundary from a specified PermissionSet.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type DeletePermissionsBoundaryFromPermissionSetResponse Modifier and Type Method Description default CompletableFuture<DeletePermissionsBoundaryFromPermissionSetResponse>SsoAdminAsyncClient. deletePermissionsBoundaryFromPermissionSet(Consumer<DeletePermissionsBoundaryFromPermissionSetRequest.Builder> deletePermissionsBoundaryFromPermissionSetRequest)Deletes the permissions boundary from a specified PermissionSet.default CompletableFuture<DeletePermissionsBoundaryFromPermissionSetResponse>SsoAdminAsyncClient. deletePermissionsBoundaryFromPermissionSet(DeletePermissionsBoundaryFromPermissionSetRequest deletePermissionsBoundaryFromPermissionSetRequest)Deletes the permissions boundary from a specified PermissionSet.
-