@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSSOAdminAsync extends AbstractAWSSSOAdmin implements AWSSSOAdminAsync
AWSSSOAdminAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
attachManagedPolicyToPermissionSet, createAccountAssignment, createInstanceAccessControlAttributeConfiguration, createPermissionSet, deleteAccountAssignment, deleteInlinePolicyFromPermissionSet, deleteInstanceAccessControlAttributeConfiguration, deletePermissionSet, describeAccountAssignmentCreationStatus, describeAccountAssignmentDeletionStatus, describeInstanceAccessControlAttributeConfiguration, describePermissionSet, describePermissionSetProvisioningStatus, detachManagedPolicyFromPermissionSet, getCachedResponseMetadata, getInlinePolicyForPermissionSet, listAccountAssignmentCreationStatus, listAccountAssignmentDeletionStatus, listAccountAssignments, listAccountsForProvisionedPermissionSet, listInstances, listManagedPoliciesInPermissionSet, listPermissionSetProvisioningStatus, listPermissionSets, listPermissionSetsProvisionedToAccount, listTagsForResource, provisionPermissionSet, putInlinePolicyToPermissionSet, shutdown, tagResource, untagResource, updateInstanceAccessControlAttributeConfiguration, updatePermissionSet
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attachManagedPolicyToPermissionSet, createAccountAssignment, createInstanceAccessControlAttributeConfiguration, createPermissionSet, deleteAccountAssignment, deleteInlinePolicyFromPermissionSet, deleteInstanceAccessControlAttributeConfiguration, deletePermissionSet, describeAccountAssignmentCreationStatus, describeAccountAssignmentDeletionStatus, describeInstanceAccessControlAttributeConfiguration, describePermissionSet, describePermissionSetProvisioningStatus, detachManagedPolicyFromPermissionSet, getCachedResponseMetadata, getInlinePolicyForPermissionSet, listAccountAssignmentCreationStatus, listAccountAssignmentDeletionStatus, listAccountAssignments, listAccountsForProvisionedPermissionSet, listInstances, listManagedPoliciesInPermissionSet, listPermissionSetProvisioningStatus, listPermissionSets, listPermissionSetsProvisionedToAccount, listTagsForResource, provisionPermissionSet, putInlinePolicyToPermissionSet, shutdown, tagResource, untagResource, updateInstanceAccessControlAttributeConfiguration, updatePermissionSet
public Future<AttachManagedPolicyToPermissionSetResult> attachManagedPolicyToPermissionSetAsync(AttachManagedPolicyToPermissionSetRequest request)
AWSSSOAdminAsync
Attaches an IAM managed policy ARN to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this operation. Calling ProvisionPermissionSet
applies the corresponding IAM policy updates to all assigned accounts.
attachManagedPolicyToPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<AttachManagedPolicyToPermissionSetResult> attachManagedPolicyToPermissionSetAsync(AttachManagedPolicyToPermissionSetRequest request, AsyncHandler<AttachManagedPolicyToPermissionSetRequest,AttachManagedPolicyToPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Attaches an IAM managed policy ARN to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this operation. Calling ProvisionPermissionSet
applies the corresponding IAM policy updates to all assigned accounts.
attachManagedPolicyToPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAccountAssignmentResult> createAccountAssignmentAsync(CreateAccountAssignmentRequest request)
AWSSSOAdminAsync
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
The term principal here refers to a user or group that is defined in Amazon Web Services SSO.
As part of a successful CreateAccountAssignment
call, the specified permission set will
automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the
SSO-created IAM role. If the permission set is subsequently updated, the corresponding IAM policies attached to
roles in your accounts will not be updated automatically. In this case, you must call
ProvisionPermissionSet
to make these updates.
createAccountAssignmentAsync
in interface AWSSSOAdminAsync
public Future<CreateAccountAssignmentResult> createAccountAssignmentAsync(CreateAccountAssignmentRequest request, AsyncHandler<CreateAccountAssignmentRequest,CreateAccountAssignmentResult> asyncHandler)
AWSSSOAdminAsync
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
The term principal here refers to a user or group that is defined in Amazon Web Services SSO.
As part of a successful CreateAccountAssignment
call, the specified permission set will
automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the
SSO-created IAM role. If the permission set is subsequently updated, the corresponding IAM policies attached to
roles in your accounts will not be updated automatically. In this case, you must call
ProvisionPermissionSet
to make these updates.
createAccountAssignmentAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateInstanceAccessControlAttributeConfigurationResult> createInstanceAccessControlAttributeConfigurationAsync(CreateInstanceAccessControlAttributeConfigurationRequest request)
AWSSSOAdminAsync
Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
createInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
public Future<CreateInstanceAccessControlAttributeConfigurationResult> createInstanceAccessControlAttributeConfigurationAsync(CreateInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<CreateInstanceAccessControlAttributeConfigurationRequest,CreateInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsync
Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
createInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePermissionSetResult> createPermissionSetAsync(CreatePermissionSetRequest request)
AWSSSOAdminAsync
Creates a permission set within a specified SSO instance.
To grant users and groups access to Amazon Web Services account resources, use
CreateAccountAssignment
.
createPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<CreatePermissionSetResult> createPermissionSetAsync(CreatePermissionSetRequest request, AsyncHandler<CreatePermissionSetRequest,CreatePermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Creates a permission set within a specified SSO instance.
To grant users and groups access to Amazon Web Services account resources, use
CreateAccountAssignment
.
createPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAccountAssignmentResult> deleteAccountAssignmentAsync(DeleteAccountAssignmentRequest request)
AWSSSOAdminAsync
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
deleteAccountAssignmentAsync
in interface AWSSSOAdminAsync
public Future<DeleteAccountAssignmentResult> deleteAccountAssignmentAsync(DeleteAccountAssignmentRequest request, AsyncHandler<DeleteAccountAssignmentRequest,DeleteAccountAssignmentResult> asyncHandler)
AWSSSOAdminAsync
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
deleteAccountAssignmentAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInlinePolicyFromPermissionSetResult> deleteInlinePolicyFromPermissionSetAsync(DeleteInlinePolicyFromPermissionSetRequest request)
AWSSSOAdminAsync
Deletes the inline policy from a specified permission set.
deleteInlinePolicyFromPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<DeleteInlinePolicyFromPermissionSetResult> deleteInlinePolicyFromPermissionSetAsync(DeleteInlinePolicyFromPermissionSetRequest request, AsyncHandler<DeleteInlinePolicyFromPermissionSetRequest,DeleteInlinePolicyFromPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Deletes the inline policy from a specified permission set.
deleteInlinePolicyFromPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInstanceAccessControlAttributeConfigurationResult> deleteInstanceAccessControlAttributeConfigurationAsync(DeleteInstanceAccessControlAttributeConfigurationRequest request)
AWSSSOAdminAsync
Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
deleteInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
public Future<DeleteInstanceAccessControlAttributeConfigurationResult> deleteInstanceAccessControlAttributeConfigurationAsync(DeleteInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<DeleteInstanceAccessControlAttributeConfigurationRequest,DeleteInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsync
Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
deleteInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePermissionSetResult> deletePermissionSetAsync(DeletePermissionSetRequest request)
AWSSSOAdminAsync
Deletes the specified permission set.
deletePermissionSetAsync
in interface AWSSSOAdminAsync
public Future<DeletePermissionSetResult> deletePermissionSetAsync(DeletePermissionSetRequest request, AsyncHandler<DeletePermissionSetRequest,DeletePermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Deletes the specified permission set.
deletePermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeAccountAssignmentCreationStatusResult> describeAccountAssignmentCreationStatusAsync(DescribeAccountAssignmentCreationStatusRequest request)
AWSSSOAdminAsync
Describes the status of the assignment creation request.
describeAccountAssignmentCreationStatusAsync
in interface AWSSSOAdminAsync
public Future<DescribeAccountAssignmentCreationStatusResult> describeAccountAssignmentCreationStatusAsync(DescribeAccountAssignmentCreationStatusRequest request, AsyncHandler<DescribeAccountAssignmentCreationStatusRequest,DescribeAccountAssignmentCreationStatusResult> asyncHandler)
AWSSSOAdminAsync
Describes the status of the assignment creation request.
describeAccountAssignmentCreationStatusAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeAccountAssignmentDeletionStatusResult> describeAccountAssignmentDeletionStatusAsync(DescribeAccountAssignmentDeletionStatusRequest request)
AWSSSOAdminAsync
Describes the status of the assignment deletion request.
describeAccountAssignmentDeletionStatusAsync
in interface AWSSSOAdminAsync
public Future<DescribeAccountAssignmentDeletionStatusResult> describeAccountAssignmentDeletionStatusAsync(DescribeAccountAssignmentDeletionStatusRequest request, AsyncHandler<DescribeAccountAssignmentDeletionStatusRequest,DescribeAccountAssignmentDeletionStatusResult> asyncHandler)
AWSSSOAdminAsync
Describes the status of the assignment deletion request.
describeAccountAssignmentDeletionStatusAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInstanceAccessControlAttributeConfigurationResult> describeInstanceAccessControlAttributeConfigurationAsync(DescribeInstanceAccessControlAttributeConfigurationRequest request)
AWSSSOAdminAsync
Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
describeInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
public Future<DescribeInstanceAccessControlAttributeConfigurationResult> describeInstanceAccessControlAttributeConfigurationAsync(DescribeInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<DescribeInstanceAccessControlAttributeConfigurationRequest,DescribeInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsync
Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
describeInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePermissionSetResult> describePermissionSetAsync(DescribePermissionSetRequest request)
AWSSSOAdminAsync
Gets the details of the permission set.
describePermissionSetAsync
in interface AWSSSOAdminAsync
public Future<DescribePermissionSetResult> describePermissionSetAsync(DescribePermissionSetRequest request, AsyncHandler<DescribePermissionSetRequest,DescribePermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Gets the details of the permission set.
describePermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePermissionSetProvisioningStatusResult> describePermissionSetProvisioningStatusAsync(DescribePermissionSetProvisioningStatusRequest request)
AWSSSOAdminAsync
Describes the status for the given permission set provisioning request.
describePermissionSetProvisioningStatusAsync
in interface AWSSSOAdminAsync
public Future<DescribePermissionSetProvisioningStatusResult> describePermissionSetProvisioningStatusAsync(DescribePermissionSetProvisioningStatusRequest request, AsyncHandler<DescribePermissionSetProvisioningStatusRequest,DescribePermissionSetProvisioningStatusResult> asyncHandler)
AWSSSOAdminAsync
Describes the status for the given permission set provisioning request.
describePermissionSetProvisioningStatusAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DetachManagedPolicyFromPermissionSetResult> detachManagedPolicyFromPermissionSetAsync(DetachManagedPolicyFromPermissionSetRequest request)
AWSSSOAdminAsync
Detaches the attached IAM managed policy ARN from the specified permission set.
detachManagedPolicyFromPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<DetachManagedPolicyFromPermissionSetResult> detachManagedPolicyFromPermissionSetAsync(DetachManagedPolicyFromPermissionSetRequest request, AsyncHandler<DetachManagedPolicyFromPermissionSetRequest,DetachManagedPolicyFromPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Detaches the attached IAM managed policy ARN from the specified permission set.
detachManagedPolicyFromPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetInlinePolicyForPermissionSetResult> getInlinePolicyForPermissionSetAsync(GetInlinePolicyForPermissionSetRequest request)
AWSSSOAdminAsync
Obtains the inline policy assigned to the permission set.
getInlinePolicyForPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<GetInlinePolicyForPermissionSetResult> getInlinePolicyForPermissionSetAsync(GetInlinePolicyForPermissionSetRequest request, AsyncHandler<GetInlinePolicyForPermissionSetRequest,GetInlinePolicyForPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Obtains the inline policy assigned to the permission set.
getInlinePolicyForPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAccountAssignmentCreationStatusResult> listAccountAssignmentCreationStatusAsync(ListAccountAssignmentCreationStatusRequest request)
AWSSSOAdminAsync
Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
listAccountAssignmentCreationStatusAsync
in interface AWSSSOAdminAsync
public Future<ListAccountAssignmentCreationStatusResult> listAccountAssignmentCreationStatusAsync(ListAccountAssignmentCreationStatusRequest request, AsyncHandler<ListAccountAssignmentCreationStatusRequest,ListAccountAssignmentCreationStatusResult> asyncHandler)
AWSSSOAdminAsync
Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
listAccountAssignmentCreationStatusAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAccountAssignmentDeletionStatusResult> listAccountAssignmentDeletionStatusAsync(ListAccountAssignmentDeletionStatusRequest request)
AWSSSOAdminAsync
Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.
listAccountAssignmentDeletionStatusAsync
in interface AWSSSOAdminAsync
public Future<ListAccountAssignmentDeletionStatusResult> listAccountAssignmentDeletionStatusAsync(ListAccountAssignmentDeletionStatusRequest request, AsyncHandler<ListAccountAssignmentDeletionStatusRequest,ListAccountAssignmentDeletionStatusResult> asyncHandler)
AWSSSOAdminAsync
Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.
listAccountAssignmentDeletionStatusAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAccountAssignmentsResult> listAccountAssignmentsAsync(ListAccountAssignmentsRequest request)
AWSSSOAdminAsync
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignmentsAsync
in interface AWSSSOAdminAsync
public Future<ListAccountAssignmentsResult> listAccountAssignmentsAsync(ListAccountAssignmentsRequest request, AsyncHandler<ListAccountAssignmentsRequest,ListAccountAssignmentsResult> asyncHandler)
AWSSSOAdminAsync
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignmentsAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAccountsForProvisionedPermissionSetResult> listAccountsForProvisionedPermissionSetAsync(ListAccountsForProvisionedPermissionSetRequest request)
AWSSSOAdminAsync
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
listAccountsForProvisionedPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<ListAccountsForProvisionedPermissionSetResult> listAccountsForProvisionedPermissionSetAsync(ListAccountsForProvisionedPermissionSetRequest request, AsyncHandler<ListAccountsForProvisionedPermissionSetRequest,ListAccountsForProvisionedPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
listAccountsForProvisionedPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest request)
AWSSSOAdminAsync
Lists the SSO instances that the caller has access to.
listInstancesAsync
in interface AWSSSOAdminAsync
public Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
AWSSSOAdminAsync
Lists the SSO instances that the caller has access to.
listInstancesAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListManagedPoliciesInPermissionSetResult> listManagedPoliciesInPermissionSetAsync(ListManagedPoliciesInPermissionSetRequest request)
AWSSSOAdminAsync
Lists the IAM managed policy that is attached to a specified permission set.
listManagedPoliciesInPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<ListManagedPoliciesInPermissionSetResult> listManagedPoliciesInPermissionSetAsync(ListManagedPoliciesInPermissionSetRequest request, AsyncHandler<ListManagedPoliciesInPermissionSetRequest,ListManagedPoliciesInPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Lists the IAM managed policy that is attached to a specified permission set.
listManagedPoliciesInPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPermissionSetProvisioningStatusResult> listPermissionSetProvisioningStatusAsync(ListPermissionSetProvisioningStatusRequest request)
AWSSSOAdminAsync
Lists the status of the permission set provisioning requests for a specified SSO instance.
listPermissionSetProvisioningStatusAsync
in interface AWSSSOAdminAsync
public Future<ListPermissionSetProvisioningStatusResult> listPermissionSetProvisioningStatusAsync(ListPermissionSetProvisioningStatusRequest request, AsyncHandler<ListPermissionSetProvisioningStatusRequest,ListPermissionSetProvisioningStatusResult> asyncHandler)
AWSSSOAdminAsync
Lists the status of the permission set provisioning requests for a specified SSO instance.
listPermissionSetProvisioningStatusAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPermissionSetsResult> listPermissionSetsAsync(ListPermissionSetsRequest request)
AWSSSOAdminAsync
Lists the PermissionSets in an SSO instance.
listPermissionSetsAsync
in interface AWSSSOAdminAsync
public Future<ListPermissionSetsResult> listPermissionSetsAsync(ListPermissionSetsRequest request, AsyncHandler<ListPermissionSetsRequest,ListPermissionSetsResult> asyncHandler)
AWSSSOAdminAsync
Lists the PermissionSets in an SSO instance.
listPermissionSetsAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPermissionSetsProvisionedToAccountResult> listPermissionSetsProvisionedToAccountAsync(ListPermissionSetsProvisionedToAccountRequest request)
AWSSSOAdminAsync
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
listPermissionSetsProvisionedToAccountAsync
in interface AWSSSOAdminAsync
public Future<ListPermissionSetsProvisionedToAccountResult> listPermissionSetsProvisionedToAccountAsync(ListPermissionSetsProvisionedToAccountRequest request, AsyncHandler<ListPermissionSetsProvisionedToAccountRequest,ListPermissionSetsProvisionedToAccountResult> asyncHandler)
AWSSSOAdminAsync
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
listPermissionSetsProvisionedToAccountAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSSSOAdminAsync
Lists the tags that are attached to a specified resource.
listTagsForResourceAsync
in interface AWSSSOAdminAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSSSOAdminAsync
Lists the tags that are attached to a specified resource.
listTagsForResourceAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ProvisionPermissionSetResult> provisionPermissionSetAsync(ProvisionPermissionSetRequest request)
AWSSSOAdminAsync
The process by which a specified permission set is provisioned to the specified target.
provisionPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<ProvisionPermissionSetResult> provisionPermissionSetAsync(ProvisionPermissionSetRequest request, AsyncHandler<ProvisionPermissionSetRequest,ProvisionPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
The process by which a specified permission set is provisioned to the specified target.
provisionPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutInlinePolicyToPermissionSetResult> putInlinePolicyToPermissionSetAsync(PutInlinePolicyToPermissionSetRequest request)
AWSSSOAdminAsync
Attaches an IAM inline policy to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this action to apply the corresponding IAM policy updates to
all assigned accounts.
putInlinePolicyToPermissionSetAsync
in interface AWSSSOAdminAsync
public Future<PutInlinePolicyToPermissionSetResult> putInlinePolicyToPermissionSetAsync(PutInlinePolicyToPermissionSetRequest request, AsyncHandler<PutInlinePolicyToPermissionSetRequest,PutInlinePolicyToPermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Attaches an IAM inline policy to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this action to apply the corresponding IAM policy updates to
all assigned accounts.
putInlinePolicyToPermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSSSOAdminAsync
Associates a set of tags with a specified resource.
tagResourceAsync
in interface AWSSSOAdminAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSSSOAdminAsync
Associates a set of tags with a specified resource.
tagResourceAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSSSOAdminAsync
Disassociates a set of tags from a specified resource.
untagResourceAsync
in interface AWSSSOAdminAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSSSOAdminAsync
Disassociates a set of tags from a specified resource.
untagResourceAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateInstanceAccessControlAttributeConfigurationResult> updateInstanceAccessControlAttributeConfigurationAsync(UpdateInstanceAccessControlAttributeConfigurationRequest request)
AWSSSOAdminAsync
Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO identity store. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
updateInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
public Future<UpdateInstanceAccessControlAttributeConfigurationResult> updateInstanceAccessControlAttributeConfigurationAsync(UpdateInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<UpdateInstanceAccessControlAttributeConfigurationRequest,UpdateInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsync
Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO identity store. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
updateInstanceAccessControlAttributeConfigurationAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePermissionSetResult> updatePermissionSetAsync(UpdatePermissionSetRequest request)
AWSSSOAdminAsync
Updates an existing permission set.
updatePermissionSetAsync
in interface AWSSSOAdminAsync
public Future<UpdatePermissionSetResult> updatePermissionSetAsync(UpdatePermissionSetRequest request, AsyncHandler<UpdatePermissionSetRequest,UpdatePermissionSetResult> asyncHandler)
AWSSSOAdminAsync
Updates an existing permission set.
updatePermissionSetAsync
in interface AWSSSOAdminAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.