| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssoadmin |
Amazon Web Services 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachCustomerManagedPolicyReferenceToPermissionSetResponse> |
SsoAdminAsyncClient.attachCustomerManagedPolicyReferenceToPermissionSet(Consumer<AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder> attachCustomerManagedPolicyReferenceToPermissionSetRequest)
Attaches the specified customer managed policy to the specified PermissionSet.
|
default AttachCustomerManagedPolicyReferenceToPermissionSetResponse |
SsoAdminClient.attachCustomerManagedPolicyReferenceToPermissionSet(Consumer<AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder> attachCustomerManagedPolicyReferenceToPermissionSetRequest)
Attaches the specified customer managed policy to the specified PermissionSet.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.builder() |
default AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder.customerManagedPolicyReference(Consumer<CustomerManagedPolicyReference.Builder> customerManagedPolicyReference)
Specifies the name and path of a customer managed policy.
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder.customerManagedPolicyReference(CustomerManagedPolicyReference customerManagedPolicyReference)
Specifies the name and path of a customer managed policy.
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder.instanceArn(String instanceArn)
The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder.permissionSetArn(String permissionSetArn)
The ARN of the
PermissionSet. |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachCustomerManagedPolicyReferenceToPermissionSetRequest.Builder> |
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.