Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DeletePermissionSetResponse
-
Packages that use DeletePermissionSetResponse 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 DeletePermissionSetResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return DeletePermissionSetResponse Modifier and Type Method Description default DeletePermissionSetResponseSsoAdminClient. deletePermissionSet(Consumer<DeletePermissionSetRequest.Builder> deletePermissionSetRequest)Deletes the specified permission set.default DeletePermissionSetResponseSsoAdminClient. deletePermissionSet(DeletePermissionSetRequest deletePermissionSetRequest)Deletes the specified permission set.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type DeletePermissionSetResponse Modifier and Type Method Description default CompletableFuture<DeletePermissionSetResponse>SsoAdminAsyncClient. deletePermissionSet(Consumer<DeletePermissionSetRequest.Builder> deletePermissionSetRequest)Deletes the specified permission set.default CompletableFuture<DeletePermissionSetResponse>SsoAdminAsyncClient. deletePermissionSet(DeletePermissionSetRequest deletePermissionSetRequest)Deletes the specified permission set.
-