@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_PREFIXattachCustomerManagedPolicyReferenceToPermissionSet, attachManagedPolicyToPermissionSet, createAccountAssignment, createApplication, createApplicationAssignment, createInstance, createInstanceAccessControlAttributeConfiguration, createPermissionSet, createTrustedTokenIssuer, deleteAccountAssignment, deleteApplication, deleteApplicationAccessScope, deleteApplicationAssignment, deleteApplicationAuthenticationMethod, deleteApplicationGrant, deleteInlinePolicyFromPermissionSet, deleteInstance, deleteInstanceAccessControlAttributeConfiguration, deletePermissionsBoundaryFromPermissionSet, deletePermissionSet, deleteTrustedTokenIssuer, describeAccountAssignmentCreationStatus, describeAccountAssignmentDeletionStatus, describeApplication, describeApplicationAssignment, describeApplicationProvider, describeInstance, describeInstanceAccessControlAttributeConfiguration, describePermissionSet, describePermissionSetProvisioningStatus, describeTrustedTokenIssuer, detachCustomerManagedPolicyReferenceFromPermissionSet, detachManagedPolicyFromPermissionSet, getApplicationAccessScope, getApplicationAssignmentConfiguration, getApplicationAuthenticationMethod, getApplicationGrant, getCachedResponseMetadata, getInlinePolicyForPermissionSet, getPermissionsBoundaryForPermissionSet, listAccountAssignmentCreationStatus, listAccountAssignmentDeletionStatus, listAccountAssignments, listAccountAssignmentsForPrincipal, listAccountsForProvisionedPermissionSet, listApplicationAccessScopes, listApplicationAssignments, listApplicationAssignmentsForPrincipal, listApplicationAuthenticationMethods, listApplicationGrants, listApplicationProviders, listApplications, listCustomerManagedPolicyReferencesInPermissionSet, listInstances, listManagedPoliciesInPermissionSet, listPermissionSetProvisioningStatus, listPermissionSets, listPermissionSetsProvisionedToAccount, listTagsForResource, listTrustedTokenIssuers, provisionPermissionSet, putApplicationAccessScope, putApplicationAssignmentConfiguration, putApplicationAuthenticationMethod, putApplicationGrant, putInlinePolicyToPermissionSet, putPermissionsBoundaryToPermissionSet, shutdown, tagResource, untagResource, updateApplication, updateInstance, updateInstanceAccessControlAttributeConfiguration, updatePermissionSet, updateTrustedTokenIssuerequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattachCustomerManagedPolicyReferenceToPermissionSet, attachManagedPolicyToPermissionSet, createAccountAssignment, createApplication, createApplicationAssignment, createInstance, createInstanceAccessControlAttributeConfiguration, createPermissionSet, createTrustedTokenIssuer, deleteAccountAssignment, deleteApplication, deleteApplicationAccessScope, deleteApplicationAssignment, deleteApplicationAuthenticationMethod, deleteApplicationGrant, deleteInlinePolicyFromPermissionSet, deleteInstance, deleteInstanceAccessControlAttributeConfiguration, deletePermissionsBoundaryFromPermissionSet, deletePermissionSet, deleteTrustedTokenIssuer, describeAccountAssignmentCreationStatus, describeAccountAssignmentDeletionStatus, describeApplication, describeApplicationAssignment, describeApplicationProvider, describeInstance, describeInstanceAccessControlAttributeConfiguration, describePermissionSet, describePermissionSetProvisioningStatus, describeTrustedTokenIssuer, detachCustomerManagedPolicyReferenceFromPermissionSet, detachManagedPolicyFromPermissionSet, getApplicationAccessScope, getApplicationAssignmentConfiguration, getApplicationAuthenticationMethod, getApplicationGrant, getCachedResponseMetadata, getInlinePolicyForPermissionSet, getPermissionsBoundaryForPermissionSet, listAccountAssignmentCreationStatus, listAccountAssignmentDeletionStatus, listAccountAssignments, listAccountAssignmentsForPrincipal, listAccountsForProvisionedPermissionSet, listApplicationAccessScopes, listApplicationAssignments, listApplicationAssignmentsForPrincipal, listApplicationAuthenticationMethods, listApplicationGrants, listApplicationProviders, listApplications, listCustomerManagedPolicyReferencesInPermissionSet, listInstances, listManagedPoliciesInPermissionSet, listPermissionSetProvisioningStatus, listPermissionSets, listPermissionSetsProvisionedToAccount, listTagsForResource, listTrustedTokenIssuers, provisionPermissionSet, putApplicationAccessScope, putApplicationAssignmentConfiguration, putApplicationAuthenticationMethod, putApplicationGrant, putInlinePolicyToPermissionSet, putPermissionsBoundaryToPermissionSet, shutdown, tagResource, untagResource, updateApplication, updateInstance, updateInstanceAccessControlAttributeConfiguration, updatePermissionSet, updateTrustedTokenIssuerpublic Future<AttachCustomerManagedPolicyReferenceToPermissionSetResult> attachCustomerManagedPolicyReferenceToPermissionSetAsync(AttachCustomerManagedPolicyReferenceToPermissionSetRequest request)
AWSSSOAdminAsyncAttaches the specified customer managed policy to the specified PermissionSet.
attachCustomerManagedPolicyReferenceToPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<AttachCustomerManagedPolicyReferenceToPermissionSetResult> attachCustomerManagedPolicyReferenceToPermissionSetAsync(AttachCustomerManagedPolicyReferenceToPermissionSetRequest request, AsyncHandler<AttachCustomerManagedPolicyReferenceToPermissionSetRequest,AttachCustomerManagedPolicyReferenceToPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncAttaches the specified customer managed policy to the specified PermissionSet.
attachCustomerManagedPolicyReferenceToPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<AttachManagedPolicyToPermissionSetResult> attachManagedPolicyToPermissionSetAsync(AttachManagedPolicyToPermissionSetRequest request)
AWSSSOAdminAsyncAttaches an Amazon Web Services 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 AWSSSOAdminAsyncpublic Future<AttachManagedPolicyToPermissionSetResult> attachManagedPolicyToPermissionSetAsync(AttachManagedPolicyToPermissionSetRequest request, AsyncHandler<AttachManagedPolicyToPermissionSetRequest,AttachManagedPolicyToPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncAttaches an Amazon Web Services 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 AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncAssigns 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 IAM Identity Center.
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 IAM role
created in IAM Identity Center. 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.
After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of
an assignment creation request.
createAccountAssignmentAsync in interface AWSSSOAdminAsyncpublic Future<CreateAccountAssignmentResult> createAccountAssignmentAsync(CreateAccountAssignmentRequest request, AsyncHandler<CreateAccountAssignmentRequest,CreateAccountAssignmentResult> asyncHandler)
AWSSSOAdminAsyncAssigns 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 IAM Identity Center.
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 IAM role
created in IAM Identity Center. 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.
After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of
an assignment creation request.
createAccountAssignmentAsync in interface AWSSSOAdminAsyncasyncHandler - 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<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request)
AWSSSOAdminAsyncCreates an application in IAM Identity Center for the given application provider.
createApplicationAsync in interface AWSSSOAdminAsyncpublic Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AWSSSOAdminAsyncCreates an application in IAM Identity Center for the given application provider.
createApplicationAsync in interface AWSSSOAdminAsyncasyncHandler - 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<CreateApplicationAssignmentResult> createApplicationAssignmentAsync(CreateApplicationAssignmentRequest request)
AWSSSOAdminAsyncGrant application access to a user or group.
createApplicationAssignmentAsync in interface AWSSSOAdminAsyncpublic Future<CreateApplicationAssignmentResult> createApplicationAssignmentAsync(CreateApplicationAssignmentRequest request, AsyncHandler<CreateApplicationAssignmentRequest,CreateApplicationAssignmentResult> asyncHandler)
AWSSSOAdminAsyncGrant application access to a user or group.
createApplicationAssignmentAsync in interface AWSSSOAdminAsyncasyncHandler - 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<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest request)
AWSSSOAdminAsyncCreates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization. You can create only one instance per account and across all Amazon Web Services Regions.
The CreateInstance request is rejected if the following apply:
The instance is created within the organization management account.
An instance already exists in the same account.
createInstanceAsync in interface AWSSSOAdminAsyncpublic Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest,CreateInstanceResult> asyncHandler)
AWSSSOAdminAsyncCreates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization. You can create only one instance per account and across all Amazon Web Services Regions.
The CreateInstance request is rejected if the following apply:
The instance is created within the organization management account.
An instance already exists in the same account.
createInstanceAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncEnables the attributes-based access control (ABAC) feature for the specified IAM Identity Center 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 IAM Identity Center User Guide.
After a successful response, call DescribeInstanceAccessControlAttributeConfiguration to validate
that InstanceAccessControlAttributeConfiguration was created.
createInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncpublic Future<CreateInstanceAccessControlAttributeConfigurationResult> createInstanceAccessControlAttributeConfigurationAsync(CreateInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<CreateInstanceAccessControlAttributeConfigurationRequest,CreateInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsyncEnables the attributes-based access control (ABAC) feature for the specified IAM Identity Center 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 IAM Identity Center User Guide.
After a successful response, call DescribeInstanceAccessControlAttributeConfiguration to validate
that InstanceAccessControlAttributeConfiguration was created.
createInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncCreates a permission set within a specified IAM Identity Center instance.
To grant users and groups access to Amazon Web Services account resources, use
CreateAccountAssignment .
createPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<CreatePermissionSetResult> createPermissionSetAsync(CreatePermissionSetRequest request, AsyncHandler<CreatePermissionSetRequest,CreatePermissionSetResult> asyncHandler)
AWSSSOAdminAsyncCreates a permission set within a specified IAM Identity Center instance.
To grant users and groups access to Amazon Web Services account resources, use
CreateAccountAssignment .
createPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<CreateTrustedTokenIssuerResult> createTrustedTokenIssuerAsync(CreateTrustedTokenIssuerRequest request)
AWSSSOAdminAsyncCreates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.
This trusted token issuer describes an external identity provider (IdP) that can generate claims or assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center can use these tokens for authentication.
createTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncpublic Future<CreateTrustedTokenIssuerResult> createTrustedTokenIssuerAsync(CreateTrustedTokenIssuerRequest request, AsyncHandler<CreateTrustedTokenIssuerRequest,CreateTrustedTokenIssuerResult> asyncHandler)
AWSSSOAdminAsyncCreates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.
This trusted token issuer describes an external identity provider (IdP) that can generate claims or assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center can use these tokens for authentication.
createTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDeletes a principal's access from a specified Amazon Web Services account using a specified permission set.
After a successful response, call DescribeAccountAssignmentDeletionStatus to describe the status of
an assignment deletion request.
deleteAccountAssignmentAsync in interface AWSSSOAdminAsyncpublic Future<DeleteAccountAssignmentResult> deleteAccountAssignmentAsync(DeleteAccountAssignmentRequest request, AsyncHandler<DeleteAccountAssignmentRequest,DeleteAccountAssignmentResult> asyncHandler)
AWSSSOAdminAsyncDeletes a principal's access from a specified Amazon Web Services account using a specified permission set.
After a successful response, call DescribeAccountAssignmentDeletionStatus to describe the status of
an assignment deletion request.
deleteAccountAssignmentAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request)
AWSSSOAdminAsyncDeletes the association with the application. The connected service resource still exists.
deleteApplicationAsync in interface AWSSSOAdminAsyncpublic Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AWSSSOAdminAsyncDeletes the association with the application. The connected service resource still exists.
deleteApplicationAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeleteApplicationAccessScopeResult> deleteApplicationAccessScopeAsync(DeleteApplicationAccessScopeRequest request)
AWSSSOAdminAsyncDeletes an IAM Identity Center access scope from an application.
deleteApplicationAccessScopeAsync in interface AWSSSOAdminAsyncpublic Future<DeleteApplicationAccessScopeResult> deleteApplicationAccessScopeAsync(DeleteApplicationAccessScopeRequest request, AsyncHandler<DeleteApplicationAccessScopeRequest,DeleteApplicationAccessScopeResult> asyncHandler)
AWSSSOAdminAsyncDeletes an IAM Identity Center access scope from an application.
deleteApplicationAccessScopeAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeleteApplicationAssignmentResult> deleteApplicationAssignmentAsync(DeleteApplicationAssignmentRequest request)
AWSSSOAdminAsyncRevoke application access to an application by deleting application assignments for a user or group.
deleteApplicationAssignmentAsync in interface AWSSSOAdminAsyncpublic Future<DeleteApplicationAssignmentResult> deleteApplicationAssignmentAsync(DeleteApplicationAssignmentRequest request, AsyncHandler<DeleteApplicationAssignmentRequest,DeleteApplicationAssignmentResult> asyncHandler)
AWSSSOAdminAsyncRevoke application access to an application by deleting application assignments for a user or group.
deleteApplicationAssignmentAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeleteApplicationAuthenticationMethodResult> deleteApplicationAuthenticationMethodAsync(DeleteApplicationAuthenticationMethodRequest request)
AWSSSOAdminAsyncDeletes an authentication method from an application.
deleteApplicationAuthenticationMethodAsync in interface AWSSSOAdminAsyncpublic Future<DeleteApplicationAuthenticationMethodResult> deleteApplicationAuthenticationMethodAsync(DeleteApplicationAuthenticationMethodRequest request, AsyncHandler<DeleteApplicationAuthenticationMethodRequest,DeleteApplicationAuthenticationMethodResult> asyncHandler)
AWSSSOAdminAsyncDeletes an authentication method from an application.
deleteApplicationAuthenticationMethodAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeleteApplicationGrantResult> deleteApplicationGrantAsync(DeleteApplicationGrantRequest request)
AWSSSOAdminAsyncDeletes a grant from an application.
deleteApplicationGrantAsync in interface AWSSSOAdminAsyncpublic Future<DeleteApplicationGrantResult> deleteApplicationGrantAsync(DeleteApplicationGrantRequest request, AsyncHandler<DeleteApplicationGrantRequest,DeleteApplicationGrantResult> asyncHandler)
AWSSSOAdminAsyncDeletes a grant from an application.
deleteApplicationGrantAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDeletes the inline policy from a specified permission set.
deleteInlinePolicyFromPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<DeleteInlinePolicyFromPermissionSetResult> deleteInlinePolicyFromPermissionSetAsync(DeleteInlinePolicyFromPermissionSetRequest request, AsyncHandler<DeleteInlinePolicyFromPermissionSetRequest,DeleteInlinePolicyFromPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncDeletes the inline policy from a specified permission set.
deleteInlinePolicyFromPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeleteInstanceResult> deleteInstanceAsync(DeleteInstanceRequest request)
AWSSSOAdminAsyncDeletes the instance of IAM Identity Center. Only the account that owns the instance can call this API. Neither the delegated administrator nor member account can delete the organization instance, but those roles can delete their own instance.
deleteInstanceAsync in interface AWSSSOAdminAsyncpublic Future<DeleteInstanceResult> deleteInstanceAsync(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest,DeleteInstanceResult> asyncHandler)
AWSSSOAdminAsyncDeletes the instance of IAM Identity Center. Only the account that owns the instance can call this API. Neither the delegated administrator nor member account can delete the organization instance, but those roles can delete their own instance.
deleteInstanceAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDisables the attributes-based access control (ABAC) feature for the specified IAM Identity Center 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 IAM Identity Center User Guide.
deleteInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncpublic Future<DeleteInstanceAccessControlAttributeConfigurationResult> deleteInstanceAccessControlAttributeConfigurationAsync(DeleteInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<DeleteInstanceAccessControlAttributeConfigurationRequest,DeleteInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsyncDisables the attributes-based access control (ABAC) feature for the specified IAM Identity Center 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 IAM Identity Center User Guide.
deleteInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDeletes the specified permission set.
deletePermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<DeletePermissionSetResult> deletePermissionSetAsync(DeletePermissionSetRequest request, AsyncHandler<DeletePermissionSetRequest,DeletePermissionSetResult> asyncHandler)
AWSSSOAdminAsyncDeletes the specified permission set.
deletePermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeletePermissionsBoundaryFromPermissionSetResult> deletePermissionsBoundaryFromPermissionSetAsync(DeletePermissionsBoundaryFromPermissionSetRequest request)
AWSSSOAdminAsyncDeletes the permissions boundary from a specified PermissionSet.
deletePermissionsBoundaryFromPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<DeletePermissionsBoundaryFromPermissionSetResult> deletePermissionsBoundaryFromPermissionSetAsync(DeletePermissionsBoundaryFromPermissionSetRequest request, AsyncHandler<DeletePermissionsBoundaryFromPermissionSetRequest,DeletePermissionsBoundaryFromPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncDeletes the permissions boundary from a specified PermissionSet.
deletePermissionsBoundaryFromPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DeleteTrustedTokenIssuerResult> deleteTrustedTokenIssuerAsync(DeleteTrustedTokenIssuerRequest request)
AWSSSOAdminAsyncDeletes a trusted token issuer configuration from an instance of IAM Identity Center.
Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.
deleteTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncpublic Future<DeleteTrustedTokenIssuerResult> deleteTrustedTokenIssuerAsync(DeleteTrustedTokenIssuerRequest request, AsyncHandler<DeleteTrustedTokenIssuerRequest,DeleteTrustedTokenIssuerResult> asyncHandler)
AWSSSOAdminAsyncDeletes a trusted token issuer configuration from an instance of IAM Identity Center.
Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.
deleteTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDescribes the status of the assignment creation request.
describeAccountAssignmentCreationStatusAsync in interface AWSSSOAdminAsyncpublic Future<DescribeAccountAssignmentCreationStatusResult> describeAccountAssignmentCreationStatusAsync(DescribeAccountAssignmentCreationStatusRequest request, AsyncHandler<DescribeAccountAssignmentCreationStatusRequest,DescribeAccountAssignmentCreationStatusResult> asyncHandler)
AWSSSOAdminAsyncDescribes the status of the assignment creation request.
describeAccountAssignmentCreationStatusAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDescribes the status of the assignment deletion request.
describeAccountAssignmentDeletionStatusAsync in interface AWSSSOAdminAsyncpublic Future<DescribeAccountAssignmentDeletionStatusResult> describeAccountAssignmentDeletionStatusAsync(DescribeAccountAssignmentDeletionStatusRequest request, AsyncHandler<DescribeAccountAssignmentDeletionStatusRequest,DescribeAccountAssignmentDeletionStatusResult> asyncHandler)
AWSSSOAdminAsyncDescribes the status of the assignment deletion request.
describeAccountAssignmentDeletionStatusAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DescribeApplicationResult> describeApplicationAsync(DescribeApplicationRequest request)
AWSSSOAdminAsyncRetrieves the details of an application associated with an instance of IAM Identity Center.
describeApplicationAsync in interface AWSSSOAdminAsyncpublic Future<DescribeApplicationResult> describeApplicationAsync(DescribeApplicationRequest request, AsyncHandler<DescribeApplicationRequest,DescribeApplicationResult> asyncHandler)
AWSSSOAdminAsyncRetrieves the details of an application associated with an instance of IAM Identity Center.
describeApplicationAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DescribeApplicationAssignmentResult> describeApplicationAssignmentAsync(DescribeApplicationAssignmentRequest request)
AWSSSOAdminAsyncRetrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application, the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user. Instead use ListApplicationAssignmentsForPrincipal.
describeApplicationAssignmentAsync in interface AWSSSOAdminAsyncpublic Future<DescribeApplicationAssignmentResult> describeApplicationAssignmentAsync(DescribeApplicationAssignmentRequest request, AsyncHandler<DescribeApplicationAssignmentRequest,DescribeApplicationAssignmentResult> asyncHandler)
AWSSSOAdminAsyncRetrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application, the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user. Instead use ListApplicationAssignmentsForPrincipal.
describeApplicationAssignmentAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DescribeApplicationProviderResult> describeApplicationProviderAsync(DescribeApplicationProviderRequest request)
AWSSSOAdminAsyncRetrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.
describeApplicationProviderAsync in interface AWSSSOAdminAsyncpublic Future<DescribeApplicationProviderResult> describeApplicationProviderAsync(DescribeApplicationProviderRequest request, AsyncHandler<DescribeApplicationProviderRequest,DescribeApplicationProviderResult> asyncHandler)
AWSSSOAdminAsyncRetrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.
describeApplicationProviderAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DescribeInstanceResult> describeInstanceAsync(DescribeInstanceRequest request)
AWSSSOAdminAsyncReturns the details of an instance of IAM Identity Center. The status can be one of the following:
CREATE_IN_PROGRESS - The instance is in the process of being created. When the instance is ready for
use, DescribeInstance returns the status of ACTIVE. While the instance is in the
CREATE_IN_PROGRESS state, you can call only DescribeInstance and DeleteInstance operations.
DELETE_IN_PROGRESS - The instance is being deleted. Returns AccessDeniedException after
the delete operation completes.
ACTIVE - The instance is active.
describeInstanceAsync in interface AWSSSOAdminAsyncpublic Future<DescribeInstanceResult> describeInstanceAsync(DescribeInstanceRequest request, AsyncHandler<DescribeInstanceRequest,DescribeInstanceResult> asyncHandler)
AWSSSOAdminAsyncReturns the details of an instance of IAM Identity Center. The status can be one of the following:
CREATE_IN_PROGRESS - The instance is in the process of being created. When the instance is ready for
use, DescribeInstance returns the status of ACTIVE. While the instance is in the
CREATE_IN_PROGRESS state, you can call only DescribeInstance and DeleteInstance operations.
DELETE_IN_PROGRESS - The instance is being deleted. Returns AccessDeniedException after
the delete operation completes.
ACTIVE - The instance is active.
describeInstanceAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncReturns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center 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 IAM Identity Center User Guide.
describeInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncpublic Future<DescribeInstanceAccessControlAttributeConfigurationResult> describeInstanceAccessControlAttributeConfigurationAsync(DescribeInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<DescribeInstanceAccessControlAttributeConfigurationRequest,DescribeInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsyncReturns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center 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 IAM Identity Center User Guide.
describeInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncGets the details of the permission set.
describePermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<DescribePermissionSetResult> describePermissionSetAsync(DescribePermissionSetRequest request, AsyncHandler<DescribePermissionSetRequest,DescribePermissionSetResult> asyncHandler)
AWSSSOAdminAsyncGets the details of the permission set.
describePermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDescribes the status for the given permission set provisioning request.
describePermissionSetProvisioningStatusAsync in interface AWSSSOAdminAsyncpublic Future<DescribePermissionSetProvisioningStatusResult> describePermissionSetProvisioningStatusAsync(DescribePermissionSetProvisioningStatusRequest request, AsyncHandler<DescribePermissionSetProvisioningStatusRequest,DescribePermissionSetProvisioningStatusResult> asyncHandler)
AWSSSOAdminAsyncDescribes the status for the given permission set provisioning request.
describePermissionSetProvisioningStatusAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DescribeTrustedTokenIssuerResult> describeTrustedTokenIssuerAsync(DescribeTrustedTokenIssuerRequest request)
AWSSSOAdminAsyncRetrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and the destination attribute for a trusted token issuer configuration.
describeTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncpublic Future<DescribeTrustedTokenIssuerResult> describeTrustedTokenIssuerAsync(DescribeTrustedTokenIssuerRequest request, AsyncHandler<DescribeTrustedTokenIssuerRequest,DescribeTrustedTokenIssuerResult> asyncHandler)
AWSSSOAdminAsyncRetrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and the destination attribute for a trusted token issuer configuration.
describeTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncasyncHandler - 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<DetachCustomerManagedPolicyReferenceFromPermissionSetResult> detachCustomerManagedPolicyReferenceFromPermissionSetAsync(DetachCustomerManagedPolicyReferenceFromPermissionSetRequest request)
AWSSSOAdminAsyncDetaches the specified customer managed policy from the specified PermissionSet.
detachCustomerManagedPolicyReferenceFromPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<DetachCustomerManagedPolicyReferenceFromPermissionSetResult> detachCustomerManagedPolicyReferenceFromPermissionSetAsync(DetachCustomerManagedPolicyReferenceFromPermissionSetRequest request, AsyncHandler<DetachCustomerManagedPolicyReferenceFromPermissionSetRequest,DetachCustomerManagedPolicyReferenceFromPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncDetaches the specified customer managed policy from the specified PermissionSet.
detachCustomerManagedPolicyReferenceFromPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDetaches the attached Amazon Web Services managed policy ARN from the specified permission set.
detachManagedPolicyFromPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<DetachManagedPolicyFromPermissionSetResult> detachManagedPolicyFromPermissionSetAsync(DetachManagedPolicyFromPermissionSetRequest request, AsyncHandler<DetachManagedPolicyFromPermissionSetRequest,DetachManagedPolicyFromPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncDetaches the attached Amazon Web Services managed policy ARN from the specified permission set.
detachManagedPolicyFromPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<GetApplicationAccessScopeResult> getApplicationAccessScopeAsync(GetApplicationAccessScopeRequest request)
AWSSSOAdminAsyncRetrieves the authorized targets for an IAM Identity Center access scope for an application.
getApplicationAccessScopeAsync in interface AWSSSOAdminAsyncpublic Future<GetApplicationAccessScopeResult> getApplicationAccessScopeAsync(GetApplicationAccessScopeRequest request, AsyncHandler<GetApplicationAccessScopeRequest,GetApplicationAccessScopeResult> asyncHandler)
AWSSSOAdminAsyncRetrieves the authorized targets for an IAM Identity Center access scope for an application.
getApplicationAccessScopeAsync in interface AWSSSOAdminAsyncasyncHandler - 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<GetApplicationAssignmentConfigurationResult> getApplicationAssignmentConfigurationAsync(GetApplicationAssignmentConfigurationRequest request)
AWSSSOAdminAsyncRetrieves the configuration of PutApplicationAssignmentConfiguration.
getApplicationAssignmentConfigurationAsync in interface AWSSSOAdminAsyncpublic Future<GetApplicationAssignmentConfigurationResult> getApplicationAssignmentConfigurationAsync(GetApplicationAssignmentConfigurationRequest request, AsyncHandler<GetApplicationAssignmentConfigurationRequest,GetApplicationAssignmentConfigurationResult> asyncHandler)
AWSSSOAdminAsyncRetrieves the configuration of PutApplicationAssignmentConfiguration.
getApplicationAssignmentConfigurationAsync in interface AWSSSOAdminAsyncasyncHandler - 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<GetApplicationAuthenticationMethodResult> getApplicationAuthenticationMethodAsync(GetApplicationAuthenticationMethodRequest request)
AWSSSOAdminAsyncRetrieves details about an authentication method used by an application.
getApplicationAuthenticationMethodAsync in interface AWSSSOAdminAsyncpublic Future<GetApplicationAuthenticationMethodResult> getApplicationAuthenticationMethodAsync(GetApplicationAuthenticationMethodRequest request, AsyncHandler<GetApplicationAuthenticationMethodRequest,GetApplicationAuthenticationMethodResult> asyncHandler)
AWSSSOAdminAsyncRetrieves details about an authentication method used by an application.
getApplicationAuthenticationMethodAsync in interface AWSSSOAdminAsyncasyncHandler - 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<GetApplicationGrantResult> getApplicationGrantAsync(GetApplicationGrantRequest request)
AWSSSOAdminAsyncRetrieves details about an application grant.
getApplicationGrantAsync in interface AWSSSOAdminAsyncpublic Future<GetApplicationGrantResult> getApplicationGrantAsync(GetApplicationGrantRequest request, AsyncHandler<GetApplicationGrantRequest,GetApplicationGrantResult> asyncHandler)
AWSSSOAdminAsyncRetrieves details about an application grant.
getApplicationGrantAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncObtains the inline policy assigned to the permission set.
getInlinePolicyForPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<GetInlinePolicyForPermissionSetResult> getInlinePolicyForPermissionSetAsync(GetInlinePolicyForPermissionSetRequest request, AsyncHandler<GetInlinePolicyForPermissionSetRequest,GetInlinePolicyForPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncObtains the inline policy assigned to the permission set.
getInlinePolicyForPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<GetPermissionsBoundaryForPermissionSetResult> getPermissionsBoundaryForPermissionSetAsync(GetPermissionsBoundaryForPermissionSetRequest request)
AWSSSOAdminAsyncObtains the permissions boundary for a specified PermissionSet.
getPermissionsBoundaryForPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<GetPermissionsBoundaryForPermissionSetResult> getPermissionsBoundaryForPermissionSetAsync(GetPermissionsBoundaryForPermissionSetRequest request, AsyncHandler<GetPermissionsBoundaryForPermissionSetRequest,GetPermissionsBoundaryForPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncObtains the permissions boundary for a specified PermissionSet.
getPermissionsBoundaryForPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
listAccountAssignmentCreationStatusAsync in interface AWSSSOAdminAsyncpublic Future<ListAccountAssignmentCreationStatusResult> listAccountAssignmentCreationStatusAsync(ListAccountAssignmentCreationStatusRequest request, AsyncHandler<ListAccountAssignmentCreationStatusRequest,ListAccountAssignmentCreationStatusResult> asyncHandler)
AWSSSOAdminAsyncLists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
listAccountAssignmentCreationStatusAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
listAccountAssignmentDeletionStatusAsync in interface AWSSSOAdminAsyncpublic Future<ListAccountAssignmentDeletionStatusResult> listAccountAssignmentDeletionStatusAsync(ListAccountAssignmentDeletionStatusRequest request, AsyncHandler<ListAccountAssignmentDeletionStatusRequest,ListAccountAssignmentDeletionStatusResult> asyncHandler)
AWSSSOAdminAsyncLists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
listAccountAssignmentDeletionStatusAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignmentsAsync in interface AWSSSOAdminAsyncpublic Future<ListAccountAssignmentsResult> listAccountAssignmentsAsync(ListAccountAssignmentsRequest request, AsyncHandler<ListAccountAssignmentsRequest,ListAccountAssignmentsResult> asyncHandler)
AWSSSOAdminAsyncLists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignmentsAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListAccountAssignmentsForPrincipalResult> listAccountAssignmentsForPrincipalAsync(ListAccountAssignmentsForPrincipalRequest request)
AWSSSOAdminAsyncRetrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
listAccountAssignmentsForPrincipalAsync in interface AWSSSOAdminAsyncpublic Future<ListAccountAssignmentsForPrincipalResult> listAccountAssignmentsForPrincipalAsync(ListAccountAssignmentsForPrincipalRequest request, AsyncHandler<ListAccountAssignmentsForPrincipalRequest,ListAccountAssignmentsForPrincipalResult> asyncHandler)
AWSSSOAdminAsyncRetrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
listAccountAssignmentsForPrincipalAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists all the Amazon Web Services accounts where the specified permission set is provisioned.
listAccountsForProvisionedPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<ListAccountsForProvisionedPermissionSetResult> listAccountsForProvisionedPermissionSetAsync(ListAccountsForProvisionedPermissionSetRequest request, AsyncHandler<ListAccountsForProvisionedPermissionSetRequest,ListAccountsForProvisionedPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncLists all the Amazon Web Services accounts where the specified permission set is provisioned.
listAccountsForProvisionedPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListApplicationAccessScopesResult> listApplicationAccessScopesAsync(ListApplicationAccessScopesRequest request)
AWSSSOAdminAsyncLists the access scopes and authorized targets associated with an application.
listApplicationAccessScopesAsync in interface AWSSSOAdminAsyncpublic Future<ListApplicationAccessScopesResult> listApplicationAccessScopesAsync(ListApplicationAccessScopesRequest request, AsyncHandler<ListApplicationAccessScopesRequest,ListApplicationAccessScopesResult> asyncHandler)
AWSSSOAdminAsyncLists the access scopes and authorized targets associated with an application.
listApplicationAccessScopesAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListApplicationAssignmentsResult> listApplicationAssignmentsAsync(ListApplicationAssignmentsRequest request)
AWSSSOAdminAsyncLists Amazon Web Services account users that are assigned to an application.
listApplicationAssignmentsAsync in interface AWSSSOAdminAsyncpublic Future<ListApplicationAssignmentsResult> listApplicationAssignmentsAsync(ListApplicationAssignmentsRequest request, AsyncHandler<ListApplicationAssignmentsRequest,ListApplicationAssignmentsResult> asyncHandler)
AWSSSOAdminAsyncLists Amazon Web Services account users that are assigned to an application.
listApplicationAssignmentsAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListApplicationAssignmentsForPrincipalResult> listApplicationAssignmentsForPrincipalAsync(ListApplicationAssignmentsForPrincipalRequest request)
AWSSSOAdminAsyncLists the applications to which a specified principal is assigned.
listApplicationAssignmentsForPrincipalAsync in interface AWSSSOAdminAsyncpublic Future<ListApplicationAssignmentsForPrincipalResult> listApplicationAssignmentsForPrincipalAsync(ListApplicationAssignmentsForPrincipalRequest request, AsyncHandler<ListApplicationAssignmentsForPrincipalRequest,ListApplicationAssignmentsForPrincipalResult> asyncHandler)
AWSSSOAdminAsyncLists the applications to which a specified principal is assigned.
listApplicationAssignmentsForPrincipalAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListApplicationAuthenticationMethodsResult> listApplicationAuthenticationMethodsAsync(ListApplicationAuthenticationMethodsRequest request)
AWSSSOAdminAsyncLists all of the authentication methods supported by the specified application.
listApplicationAuthenticationMethodsAsync in interface AWSSSOAdminAsyncpublic Future<ListApplicationAuthenticationMethodsResult> listApplicationAuthenticationMethodsAsync(ListApplicationAuthenticationMethodsRequest request, AsyncHandler<ListApplicationAuthenticationMethodsRequest,ListApplicationAuthenticationMethodsResult> asyncHandler)
AWSSSOAdminAsyncLists all of the authentication methods supported by the specified application.
listApplicationAuthenticationMethodsAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListApplicationGrantsResult> listApplicationGrantsAsync(ListApplicationGrantsRequest request)
AWSSSOAdminAsyncList the grants associated with an application.
listApplicationGrantsAsync in interface AWSSSOAdminAsyncpublic Future<ListApplicationGrantsResult> listApplicationGrantsAsync(ListApplicationGrantsRequest request, AsyncHandler<ListApplicationGrantsRequest,ListApplicationGrantsResult> asyncHandler)
AWSSSOAdminAsyncList the grants associated with an application.
listApplicationGrantsAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListApplicationProvidersResult> listApplicationProvidersAsync(ListApplicationProvidersRequest request)
AWSSSOAdminAsyncLists the application providers configured in the IAM Identity Center identity store.
listApplicationProvidersAsync in interface AWSSSOAdminAsyncpublic Future<ListApplicationProvidersResult> listApplicationProvidersAsync(ListApplicationProvidersRequest request, AsyncHandler<ListApplicationProvidersRequest,ListApplicationProvidersResult> asyncHandler)
AWSSSOAdminAsyncLists the application providers configured in the IAM Identity Center identity store.
listApplicationProvidersAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request)
AWSSSOAdminAsync
Lists all applications associated with the instance of IAM Identity Center. When listing applications for an
instance in the management account, member accounts must use the applicationAccount parameter to
filter the list to only applications created from that account.
listApplicationsAsync in interface AWSSSOAdminAsyncpublic Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
AWSSSOAdminAsync
Lists all applications associated with the instance of IAM Identity Center. When listing applications for an
instance in the management account, member accounts must use the applicationAccount parameter to
filter the list to only applications created from that account.
listApplicationsAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListCustomerManagedPolicyReferencesInPermissionSetResult> listCustomerManagedPolicyReferencesInPermissionSetAsync(ListCustomerManagedPolicyReferencesInPermissionSetRequest request)
AWSSSOAdminAsyncLists all customer managed policies attached to a specified PermissionSet.
listCustomerManagedPolicyReferencesInPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<ListCustomerManagedPolicyReferencesInPermissionSetResult> listCustomerManagedPolicyReferencesInPermissionSetAsync(ListCustomerManagedPolicyReferencesInPermissionSetRequest request, AsyncHandler<ListCustomerManagedPolicyReferencesInPermissionSetRequest,ListCustomerManagedPolicyReferencesInPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncLists all customer managed policies attached to a specified PermissionSet.
listCustomerManagedPolicyReferencesInPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.
listInstancesAsync in interface AWSSSOAdminAsyncpublic Future<ListInstancesResult> listInstancesAsync(ListInstancesRequest request, AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
AWSSSOAdminAsyncLists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.
listInstancesAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the Amazon Web Services managed policy that is attached to a specified permission set.
listManagedPoliciesInPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<ListManagedPoliciesInPermissionSetResult> listManagedPoliciesInPermissionSetAsync(ListManagedPoliciesInPermissionSetRequest request, AsyncHandler<ListManagedPoliciesInPermissionSetRequest,ListManagedPoliciesInPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncLists the Amazon Web Services managed policy that is attached to a specified permission set.
listManagedPoliciesInPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
listPermissionSetProvisioningStatusAsync in interface AWSSSOAdminAsyncpublic Future<ListPermissionSetProvisioningStatusResult> listPermissionSetProvisioningStatusAsync(ListPermissionSetProvisioningStatusRequest request, AsyncHandler<ListPermissionSetProvisioningStatusRequest,ListPermissionSetProvisioningStatusResult> asyncHandler)
AWSSSOAdminAsyncLists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
listPermissionSetProvisioningStatusAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the PermissionSets in an IAM Identity Center instance.
listPermissionSetsAsync in interface AWSSSOAdminAsyncpublic Future<ListPermissionSetsResult> listPermissionSetsAsync(ListPermissionSetsRequest request, AsyncHandler<ListPermissionSetsRequest,ListPermissionSetsResult> asyncHandler)
AWSSSOAdminAsyncLists the PermissionSets in an IAM Identity Center instance.
listPermissionSetsAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists all the permission sets that are provisioned to a specified Amazon Web Services account.
listPermissionSetsProvisionedToAccountAsync in interface AWSSSOAdminAsyncpublic Future<ListPermissionSetsProvisionedToAccountResult> listPermissionSetsProvisionedToAccountAsync(ListPermissionSetsProvisionedToAccountRequest request, AsyncHandler<ListPermissionSetsProvisionedToAccountRequest,ListPermissionSetsProvisionedToAccountResult> asyncHandler)
AWSSSOAdminAsyncLists all the permission sets that are provisioned to a specified Amazon Web Services account.
listPermissionSetsProvisionedToAccountAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncLists the tags that are attached to a specified resource.
listTagsForResourceAsync in interface AWSSSOAdminAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSSSOAdminAsyncLists the tags that are attached to a specified resource.
listTagsForResourceAsync in interface AWSSSOAdminAsyncasyncHandler - 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<ListTrustedTokenIssuersResult> listTrustedTokenIssuersAsync(ListTrustedTokenIssuersRequest request)
AWSSSOAdminAsyncLists all the trusted token issuers configured in an instance of IAM Identity Center.
listTrustedTokenIssuersAsync in interface AWSSSOAdminAsyncpublic Future<ListTrustedTokenIssuersResult> listTrustedTokenIssuersAsync(ListTrustedTokenIssuersRequest request, AsyncHandler<ListTrustedTokenIssuersRequest,ListTrustedTokenIssuersResult> asyncHandler)
AWSSSOAdminAsyncLists all the trusted token issuers configured in an instance of IAM Identity Center.
listTrustedTokenIssuersAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncThe process by which a specified permission set is provisioned to the specified target.
provisionPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<ProvisionPermissionSetResult> provisionPermissionSetAsync(ProvisionPermissionSetRequest request, AsyncHandler<ProvisionPermissionSetRequest,ProvisionPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncThe process by which a specified permission set is provisioned to the specified target.
provisionPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<PutApplicationAccessScopeResult> putApplicationAccessScopeAsync(PutApplicationAccessScopeRequest request)
AWSSSOAdminAsyncAdds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
putApplicationAccessScopeAsync in interface AWSSSOAdminAsyncpublic Future<PutApplicationAccessScopeResult> putApplicationAccessScopeAsync(PutApplicationAccessScopeRequest request, AsyncHandler<PutApplicationAccessScopeRequest,PutApplicationAccessScopeResult> asyncHandler)
AWSSSOAdminAsyncAdds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
putApplicationAccessScopeAsync in interface AWSSSOAdminAsyncasyncHandler - 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<PutApplicationAssignmentConfigurationResult> putApplicationAssignmentConfigurationAsync(PutApplicationAssignmentConfigurationRequest request)
AWSSSOAdminAsync
Configure how users gain access to an application. If AssignmentsRequired is true
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false, all users have access to the application. If an
assignment is created using CreateApplicationAssignment., the user retains access if AssignmentsRequired is set to
true.
putApplicationAssignmentConfigurationAsync in interface AWSSSOAdminAsyncpublic Future<PutApplicationAssignmentConfigurationResult> putApplicationAssignmentConfigurationAsync(PutApplicationAssignmentConfigurationRequest request, AsyncHandler<PutApplicationAssignmentConfigurationRequest,PutApplicationAssignmentConfigurationResult> asyncHandler)
AWSSSOAdminAsync
Configure how users gain access to an application. If AssignmentsRequired is true
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false, all users have access to the application. If an
assignment is created using CreateApplicationAssignment., the user retains access if AssignmentsRequired is set to
true.
putApplicationAssignmentConfigurationAsync in interface AWSSSOAdminAsyncasyncHandler - 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<PutApplicationAuthenticationMethodResult> putApplicationAuthenticationMethodAsync(PutApplicationAuthenticationMethodRequest request)
AWSSSOAdminAsyncAdds or updates an authentication method for an application.
putApplicationAuthenticationMethodAsync in interface AWSSSOAdminAsyncpublic Future<PutApplicationAuthenticationMethodResult> putApplicationAuthenticationMethodAsync(PutApplicationAuthenticationMethodRequest request, AsyncHandler<PutApplicationAuthenticationMethodRequest,PutApplicationAuthenticationMethodResult> asyncHandler)
AWSSSOAdminAsyncAdds or updates an authentication method for an application.
putApplicationAuthenticationMethodAsync in interface AWSSSOAdminAsyncasyncHandler - 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<PutApplicationGrantResult> putApplicationGrantAsync(PutApplicationGrantRequest request)
AWSSSOAdminAsyncAdds a grant to an application.
putApplicationGrantAsync in interface AWSSSOAdminAsyncpublic Future<PutApplicationGrantResult> putApplicationGrantAsync(PutApplicationGrantRequest request, AsyncHandler<PutApplicationGrantRequest,PutApplicationGrantResult> asyncHandler)
AWSSSOAdminAsyncAdds a grant to an application.
putApplicationGrantAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncAttaches an 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 AWSSSOAdminAsyncpublic Future<PutInlinePolicyToPermissionSetResult> putInlinePolicyToPermissionSetAsync(PutInlinePolicyToPermissionSetRequest request, AsyncHandler<PutInlinePolicyToPermissionSetRequest,PutInlinePolicyToPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncAttaches an 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 AWSSSOAdminAsyncasyncHandler - 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<PutPermissionsBoundaryToPermissionSetResult> putPermissionsBoundaryToPermissionSetAsync(PutPermissionsBoundaryToPermissionSetRequest request)
AWSSSOAdminAsyncAttaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
putPermissionsBoundaryToPermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<PutPermissionsBoundaryToPermissionSetResult> putPermissionsBoundaryToPermissionSetAsync(PutPermissionsBoundaryToPermissionSetRequest request, AsyncHandler<PutPermissionsBoundaryToPermissionSetRequest,PutPermissionsBoundaryToPermissionSetResult> asyncHandler)
AWSSSOAdminAsyncAttaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
putPermissionsBoundaryToPermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncAssociates a set of tags with a specified resource.
tagResourceAsync in interface AWSSSOAdminAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSSSOAdminAsyncAssociates a set of tags with a specified resource.
tagResourceAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncDisassociates a set of tags from a specified resource.
untagResourceAsync in interface AWSSSOAdminAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSSSOAdminAsyncDisassociates a set of tags from a specified resource.
untagResourceAsync in interface AWSSSOAdminAsyncasyncHandler - 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<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request)
AWSSSOAdminAsyncUpdates application properties.
updateApplicationAsync in interface AWSSSOAdminAsyncpublic Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSSSOAdminAsyncUpdates application properties.
updateApplicationAsync in interface AWSSSOAdminAsyncasyncHandler - 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<UpdateInstanceResult> updateInstanceAsync(UpdateInstanceRequest request)
AWSSSOAdminAsyncUpdate the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.
updateInstanceAsync in interface AWSSSOAdminAsyncpublic Future<UpdateInstanceResult> updateInstanceAsync(UpdateInstanceRequest request, AsyncHandler<UpdateInstanceRequest,UpdateInstanceResult> asyncHandler)
AWSSSOAdminAsyncUpdate the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.
updateInstanceAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncUpdates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center 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 IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center replaces the attribute value with the value from the IAM Identity Center identity store. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
updateInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncpublic Future<UpdateInstanceAccessControlAttributeConfigurationResult> updateInstanceAccessControlAttributeConfigurationAsync(UpdateInstanceAccessControlAttributeConfigurationRequest request, AsyncHandler<UpdateInstanceAccessControlAttributeConfigurationRequest,UpdateInstanceAccessControlAttributeConfigurationResult> asyncHandler)
AWSSSOAdminAsyncUpdates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center 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 IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center replaces the attribute value with the value from the IAM Identity Center identity store. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
updateInstanceAccessControlAttributeConfigurationAsync in interface AWSSSOAdminAsyncasyncHandler - 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)
AWSSSOAdminAsyncUpdates an existing permission set.
updatePermissionSetAsync in interface AWSSSOAdminAsyncpublic Future<UpdatePermissionSetResult> updatePermissionSetAsync(UpdatePermissionSetRequest request, AsyncHandler<UpdatePermissionSetRequest,UpdatePermissionSetResult> asyncHandler)
AWSSSOAdminAsyncUpdates an existing permission set.
updatePermissionSetAsync in interface AWSSSOAdminAsyncasyncHandler - 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<UpdateTrustedTokenIssuerResult> updateTrustedTokenIssuerAsync(UpdateTrustedTokenIssuerRequest request)
AWSSSOAdminAsyncUpdates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.
Updating this trusted token issuer configuration might cause users to lose access to any applications that are configured to use the trusted token issuer.
updateTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncpublic Future<UpdateTrustedTokenIssuerResult> updateTrustedTokenIssuerAsync(UpdateTrustedTokenIssuerRequest request, AsyncHandler<UpdateTrustedTokenIssuerRequest,UpdateTrustedTokenIssuerResult> asyncHandler)
AWSSSOAdminAsyncUpdates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.
Updating this trusted token issuer configuration might cause users to lose access to any applications that are configured to use the trusted token issuer.
updateTrustedTokenIssuerAsync in interface AWSSSOAdminAsyncasyncHandler - 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.