Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DeletePermissionsBoundaryFromPermissionSetRequest
-
Packages that use DeletePermissionsBoundaryFromPermissionSetRequest 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.software.amazon.awssdk.services.ssoadmin.transform -
-
Uses of DeletePermissionsBoundaryFromPermissionSetRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type DeletePermissionsBoundaryFromPermissionSetRequest Modifier and Type Method Description default CompletableFuture<DeletePermissionsBoundaryFromPermissionSetResponse>SsoAdminAsyncClient. deletePermissionsBoundaryFromPermissionSet(DeletePermissionsBoundaryFromPermissionSetRequest deletePermissionsBoundaryFromPermissionSetRequest)Deletes the permissions boundary from a specified PermissionSet.default DeletePermissionsBoundaryFromPermissionSetResponseSsoAdminClient. deletePermissionsBoundaryFromPermissionSet(DeletePermissionsBoundaryFromPermissionSetRequest deletePermissionsBoundaryFromPermissionSetRequest)Deletes the permissions boundary from a specified PermissionSet. -
Uses of DeletePermissionsBoundaryFromPermissionSetRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type DeletePermissionsBoundaryFromPermissionSetRequest Modifier and Type Method Description SdkHttpFullRequestDeletePermissionsBoundaryFromPermissionSetRequestMarshaller. marshall(DeletePermissionsBoundaryFromPermissionSetRequest deletePermissionsBoundaryFromPermissionSetRequest)
-