Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse
-
Packages that use DetachCustomerManagedPolicyReferenceFromPermissionSetResponse 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 DetachCustomerManagedPolicyReferenceFromPermissionSetResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return DetachCustomerManagedPolicyReferenceFromPermissionSetResponse Modifier and Type Method Description default DetachCustomerManagedPolicyReferenceFromPermissionSetResponseSsoAdminClient. detachCustomerManagedPolicyReferenceFromPermissionSet(Consumer<DetachCustomerManagedPolicyReferenceFromPermissionSetRequest.Builder> detachCustomerManagedPolicyReferenceFromPermissionSetRequest)Detaches the specified customer managed policy from the specified PermissionSet.default DetachCustomerManagedPolicyReferenceFromPermissionSetResponseSsoAdminClient. detachCustomerManagedPolicyReferenceFromPermissionSet(DetachCustomerManagedPolicyReferenceFromPermissionSetRequest detachCustomerManagedPolicyReferenceFromPermissionSetRequest)Detaches the specified customer managed policy from the specified PermissionSet.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type DetachCustomerManagedPolicyReferenceFromPermissionSetResponse Modifier and Type Method Description default CompletableFuture<DetachCustomerManagedPolicyReferenceFromPermissionSetResponse>SsoAdminAsyncClient. detachCustomerManagedPolicyReferenceFromPermissionSet(Consumer<DetachCustomerManagedPolicyReferenceFromPermissionSetRequest.Builder> detachCustomerManagedPolicyReferenceFromPermissionSetRequest)Detaches the specified customer managed policy from the specified PermissionSet.default CompletableFuture<DetachCustomerManagedPolicyReferenceFromPermissionSetResponse>SsoAdminAsyncClient. detachCustomerManagedPolicyReferenceFromPermissionSet(DetachCustomerManagedPolicyReferenceFromPermissionSetRequest detachCustomerManagedPolicyReferenceFromPermissionSetRequest)Detaches the specified customer managed policy from the specified PermissionSet.
-