Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AttachCustomerManagedPolicyReferenceToPermissionSetResponse
-
Packages that use AttachCustomerManagedPolicyReferenceToPermissionSetResponse 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 AttachCustomerManagedPolicyReferenceToPermissionSetResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return AttachCustomerManagedPolicyReferenceToPermissionSetResponse Modifier and Type Method Description default AttachCustomerManagedPolicyReferenceToPermissionSetResponseSsoAdminClient. attachCustomerManagedPolicyReferenceToPermissionSet(Consumer<AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder> attachCustomerManagedPolicyReferenceToPermissionSetRequest)Attaches the specified customer managed policy to the specified PermissionSet.default AttachCustomerManagedPolicyReferenceToPermissionSetResponseSsoAdminClient. attachCustomerManagedPolicyReferenceToPermissionSet(AttachCustomerManagedPolicyReferenceToPermissionSetRequest attachCustomerManagedPolicyReferenceToPermissionSetRequest)Attaches the specified customer managed policy to the specified PermissionSet.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type AttachCustomerManagedPolicyReferenceToPermissionSetResponse Modifier and Type Method Description default CompletableFuture<AttachCustomerManagedPolicyReferenceToPermissionSetResponse>SsoAdminAsyncClient. attachCustomerManagedPolicyReferenceToPermissionSet(Consumer<AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder> attachCustomerManagedPolicyReferenceToPermissionSetRequest)Attaches the specified customer managed policy to the specified PermissionSet.default CompletableFuture<AttachCustomerManagedPolicyReferenceToPermissionSetResponse>SsoAdminAsyncClient. attachCustomerManagedPolicyReferenceToPermissionSet(AttachCustomerManagedPolicyReferenceToPermissionSetRequest attachCustomerManagedPolicyReferenceToPermissionSetRequest)Attaches the specified customer managed policy to the specified PermissionSet.
-