@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonWorkLinkAsync extends AmazonWorkLink
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonWorkLinkAsync
instead.
Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink authenticates the user's access and securely renders authorized internal web content in a secure rendering service in the AWS cloud. Amazon WorkLink doesn't download or store any internal web content on mobile devices.
ENDPOINT_PREFIX
associateDomain, associateWebsiteAuthorizationProvider, associateWebsiteCertificateAuthority, createFleet, deleteFleet, describeAuditStreamConfiguration, describeCompanyNetworkConfiguration, describeDevice, describeDevicePolicyConfiguration, describeDomain, describeFleetMetadata, describeIdentityProviderConfiguration, describeWebsiteCertificateAuthority, disassociateDomain, disassociateWebsiteAuthorizationProvider, disassociateWebsiteCertificateAuthority, getCachedResponseMetadata, listDevices, listDomains, listFleets, listWebsiteAuthorizationProviders, listWebsiteCertificateAuthorities, restoreDomainAccess, revokeDomainAccess, shutdown, signOutUser, updateAuditStreamConfiguration, updateCompanyNetworkConfiguration, updateDevicePolicyConfiguration, updateDomainMetadata, updateFleetMetadata, updateIdentityProviderConfiguration
Future<AssociateDomainResult> associateDomainAsync(AssociateDomainRequest associateDomainRequest)
Specifies a domain to be associated to Amazon WorkLink.
associateDomainRequest
- Future<AssociateDomainResult> associateDomainAsync(AssociateDomainRequest associateDomainRequest, AsyncHandler<AssociateDomainRequest,AssociateDomainResult> asyncHandler)
Specifies a domain to be associated to Amazon WorkLink.
associateDomainRequest
- 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.Future<AssociateWebsiteAuthorizationProviderResult> associateWebsiteAuthorizationProviderAsync(AssociateWebsiteAuthorizationProviderRequest associateWebsiteAuthorizationProviderRequest)
Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
associateWebsiteAuthorizationProviderRequest
- Future<AssociateWebsiteAuthorizationProviderResult> associateWebsiteAuthorizationProviderAsync(AssociateWebsiteAuthorizationProviderRequest associateWebsiteAuthorizationProviderRequest, AsyncHandler<AssociateWebsiteAuthorizationProviderRequest,AssociateWebsiteAuthorizationProviderResult> asyncHandler)
Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
associateWebsiteAuthorizationProviderRequest
- 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.Future<AssociateWebsiteCertificateAuthorityResult> associateWebsiteCertificateAuthorityAsync(AssociateWebsiteCertificateAuthorityRequest associateWebsiteCertificateAuthorityRequest)
Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
associateWebsiteCertificateAuthorityRequest
- Future<AssociateWebsiteCertificateAuthorityResult> associateWebsiteCertificateAuthorityAsync(AssociateWebsiteCertificateAuthorityRequest associateWebsiteCertificateAuthorityRequest, AsyncHandler<AssociateWebsiteCertificateAuthorityRequest,AssociateWebsiteCertificateAuthorityResult> asyncHandler)
Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
associateWebsiteCertificateAuthorityRequest
- 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.Future<CreateFleetResult> createFleetAsync(CreateFleetRequest createFleetRequest)
Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.
createFleetRequest
- Future<CreateFleetResult> createFleetAsync(CreateFleetRequest createFleetRequest, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.
createFleetRequest
- 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.Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest deleteFleetRequest)
Deletes a fleet. Prevents users from accessing previously associated websites.
deleteFleetRequest
- Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest deleteFleetRequest, AsyncHandler<DeleteFleetRequest,DeleteFleetResult> asyncHandler)
Deletes a fleet. Prevents users from accessing previously associated websites.
deleteFleetRequest
- 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.Future<DescribeAuditStreamConfigurationResult> describeAuditStreamConfigurationAsync(DescribeAuditStreamConfigurationRequest describeAuditStreamConfigurationRequest)
Describes the configuration for delivering audit streams to the customer account.
describeAuditStreamConfigurationRequest
- Future<DescribeAuditStreamConfigurationResult> describeAuditStreamConfigurationAsync(DescribeAuditStreamConfigurationRequest describeAuditStreamConfigurationRequest, AsyncHandler<DescribeAuditStreamConfigurationRequest,DescribeAuditStreamConfigurationResult> asyncHandler)
Describes the configuration for delivering audit streams to the customer account.
describeAuditStreamConfigurationRequest
- 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.Future<DescribeCompanyNetworkConfigurationResult> describeCompanyNetworkConfigurationAsync(DescribeCompanyNetworkConfigurationRequest describeCompanyNetworkConfigurationRequest)
Describes the networking configuration to access the internal websites associated with the specified fleet.
describeCompanyNetworkConfigurationRequest
- Future<DescribeCompanyNetworkConfigurationResult> describeCompanyNetworkConfigurationAsync(DescribeCompanyNetworkConfigurationRequest describeCompanyNetworkConfigurationRequest, AsyncHandler<DescribeCompanyNetworkConfigurationRequest,DescribeCompanyNetworkConfigurationResult> asyncHandler)
Describes the networking configuration to access the internal websites associated with the specified fleet.
describeCompanyNetworkConfigurationRequest
- 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.Future<DescribeDeviceResult> describeDeviceAsync(DescribeDeviceRequest describeDeviceRequest)
Provides information about a user's device.
describeDeviceRequest
- Future<DescribeDeviceResult> describeDeviceAsync(DescribeDeviceRequest describeDeviceRequest, AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler)
Provides information about a user's device.
describeDeviceRequest
- 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.Future<DescribeDevicePolicyConfigurationResult> describeDevicePolicyConfigurationAsync(DescribeDevicePolicyConfigurationRequest describeDevicePolicyConfigurationRequest)
Describes the device policy configuration for the specified fleet.
describeDevicePolicyConfigurationRequest
- Future<DescribeDevicePolicyConfigurationResult> describeDevicePolicyConfigurationAsync(DescribeDevicePolicyConfigurationRequest describeDevicePolicyConfigurationRequest, AsyncHandler<DescribeDevicePolicyConfigurationRequest,DescribeDevicePolicyConfigurationResult> asyncHandler)
Describes the device policy configuration for the specified fleet.
describeDevicePolicyConfigurationRequest
- 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.Future<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest describeDomainRequest)
Provides information about the domain.
describeDomainRequest
- Future<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest describeDomainRequest, AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler)
Provides information about the domain.
describeDomainRequest
- 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.Future<DescribeFleetMetadataResult> describeFleetMetadataAsync(DescribeFleetMetadataRequest describeFleetMetadataRequest)
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
describeFleetMetadataRequest
- Future<DescribeFleetMetadataResult> describeFleetMetadataAsync(DescribeFleetMetadataRequest describeFleetMetadataRequest, AsyncHandler<DescribeFleetMetadataRequest,DescribeFleetMetadataResult> asyncHandler)
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
describeFleetMetadataRequest
- 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.Future<DescribeIdentityProviderConfigurationResult> describeIdentityProviderConfigurationAsync(DescribeIdentityProviderConfigurationRequest describeIdentityProviderConfigurationRequest)
Describes the identity provider configuration of the specified fleet.
describeIdentityProviderConfigurationRequest
- Future<DescribeIdentityProviderConfigurationResult> describeIdentityProviderConfigurationAsync(DescribeIdentityProviderConfigurationRequest describeIdentityProviderConfigurationRequest, AsyncHandler<DescribeIdentityProviderConfigurationRequest,DescribeIdentityProviderConfigurationResult> asyncHandler)
Describes the identity provider configuration of the specified fleet.
describeIdentityProviderConfigurationRequest
- 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.Future<DescribeWebsiteCertificateAuthorityResult> describeWebsiteCertificateAuthorityAsync(DescribeWebsiteCertificateAuthorityRequest describeWebsiteCertificateAuthorityRequest)
Provides information about the certificate authority.
describeWebsiteCertificateAuthorityRequest
- Future<DescribeWebsiteCertificateAuthorityResult> describeWebsiteCertificateAuthorityAsync(DescribeWebsiteCertificateAuthorityRequest describeWebsiteCertificateAuthorityRequest, AsyncHandler<DescribeWebsiteCertificateAuthorityRequest,DescribeWebsiteCertificateAuthorityResult> asyncHandler)
Provides information about the certificate authority.
describeWebsiteCertificateAuthorityRequest
- 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.Future<DisassociateDomainResult> disassociateDomainAsync(DisassociateDomainRequest disassociateDomainRequest)
Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
disassociateDomainRequest
- Future<DisassociateDomainResult> disassociateDomainAsync(DisassociateDomainRequest disassociateDomainRequest, AsyncHandler<DisassociateDomainRequest,DisassociateDomainResult> asyncHandler)
Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
disassociateDomainRequest
- 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.Future<DisassociateWebsiteAuthorizationProviderResult> disassociateWebsiteAuthorizationProviderAsync(DisassociateWebsiteAuthorizationProviderRequest disassociateWebsiteAuthorizationProviderRequest)
Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
disassociateWebsiteAuthorizationProviderRequest
- Future<DisassociateWebsiteAuthorizationProviderResult> disassociateWebsiteAuthorizationProviderAsync(DisassociateWebsiteAuthorizationProviderRequest disassociateWebsiteAuthorizationProviderRequest, AsyncHandler<DisassociateWebsiteAuthorizationProviderRequest,DisassociateWebsiteAuthorizationProviderResult> asyncHandler)
Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
disassociateWebsiteAuthorizationProviderRequest
- 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.Future<DisassociateWebsiteCertificateAuthorityResult> disassociateWebsiteCertificateAuthorityAsync(DisassociateWebsiteCertificateAuthorityRequest disassociateWebsiteCertificateAuthorityRequest)
Removes a certificate authority (CA).
disassociateWebsiteCertificateAuthorityRequest
- Future<DisassociateWebsiteCertificateAuthorityResult> disassociateWebsiteCertificateAuthorityAsync(DisassociateWebsiteCertificateAuthorityRequest disassociateWebsiteCertificateAuthorityRequest, AsyncHandler<DisassociateWebsiteCertificateAuthorityRequest,DisassociateWebsiteCertificateAuthorityResult> asyncHandler)
Removes a certificate authority (CA).
disassociateWebsiteCertificateAuthorityRequest
- 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.Future<ListDevicesResult> listDevicesAsync(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
listDevicesRequest
- Future<ListDevicesResult> listDevicesAsync(ListDevicesRequest listDevicesRequest, AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Retrieves a list of devices registered with the specified fleet.
listDevicesRequest
- 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.Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
listDomainsRequest
- Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest listDomainsRequest, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
Retrieves a list of domains associated to a specified fleet.
listDomainsRequest
- 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.Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
listFleetsRequest
- Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest listFleetsRequest, AsyncHandler<ListFleetsRequest,ListFleetsResult> asyncHandler)
Retrieves a list of fleets for the current account and Region.
listFleetsRequest
- 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.Future<ListWebsiteAuthorizationProvidersResult> listWebsiteAuthorizationProvidersAsync(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
listWebsiteAuthorizationProvidersRequest
- Future<ListWebsiteAuthorizationProvidersResult> listWebsiteAuthorizationProvidersAsync(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest, AsyncHandler<ListWebsiteAuthorizationProvidersRequest,ListWebsiteAuthorizationProvidersResult> asyncHandler)
Retrieves a list of website authorization providers associated with a specified fleet.
listWebsiteAuthorizationProvidersRequest
- 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.Future<ListWebsiteCertificateAuthoritiesResult> listWebsiteCertificateAuthoritiesAsync(ListWebsiteCertificateAuthoritiesRequest listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
listWebsiteCertificateAuthoritiesRequest
- Future<ListWebsiteCertificateAuthoritiesResult> listWebsiteCertificateAuthoritiesAsync(ListWebsiteCertificateAuthoritiesRequest listWebsiteCertificateAuthoritiesRequest, AsyncHandler<ListWebsiteCertificateAuthoritiesRequest,ListWebsiteCertificateAuthoritiesResult> asyncHandler)
Retrieves a list of certificate authorities added for the current account and Region.
listWebsiteCertificateAuthoritiesRequest
- 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.Future<RestoreDomainAccessResult> restoreDomainAccessAsync(RestoreDomainAccessRequest restoreDomainAccessRequest)
Moves a domain to ACTIVE status if it was in the INACTIVE status.
restoreDomainAccessRequest
- Future<RestoreDomainAccessResult> restoreDomainAccessAsync(RestoreDomainAccessRequest restoreDomainAccessRequest, AsyncHandler<RestoreDomainAccessRequest,RestoreDomainAccessResult> asyncHandler)
Moves a domain to ACTIVE status if it was in the INACTIVE status.
restoreDomainAccessRequest
- 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.Future<RevokeDomainAccessResult> revokeDomainAccessAsync(RevokeDomainAccessRequest revokeDomainAccessRequest)
Moves a domain to INACTIVE status if it was in the ACTIVE status.
revokeDomainAccessRequest
- Future<RevokeDomainAccessResult> revokeDomainAccessAsync(RevokeDomainAccessRequest revokeDomainAccessRequest, AsyncHandler<RevokeDomainAccessRequest,RevokeDomainAccessResult> asyncHandler)
Moves a domain to INACTIVE status if it was in the ACTIVE status.
revokeDomainAccessRequest
- 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.Future<SignOutUserResult> signOutUserAsync(SignOutUserRequest signOutUserRequest)
Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
signOutUserRequest
- Future<SignOutUserResult> signOutUserAsync(SignOutUserRequest signOutUserRequest, AsyncHandler<SignOutUserRequest,SignOutUserResult> asyncHandler)
Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
signOutUserRequest
- 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.Future<UpdateAuditStreamConfigurationResult> updateAuditStreamConfigurationAsync(UpdateAuditStreamConfigurationRequest updateAuditStreamConfigurationRequest)
Updates the audit stream configuration for the fleet.
updateAuditStreamConfigurationRequest
- Future<UpdateAuditStreamConfigurationResult> updateAuditStreamConfigurationAsync(UpdateAuditStreamConfigurationRequest updateAuditStreamConfigurationRequest, AsyncHandler<UpdateAuditStreamConfigurationRequest,UpdateAuditStreamConfigurationResult> asyncHandler)
Updates the audit stream configuration for the fleet.
updateAuditStreamConfigurationRequest
- 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.Future<UpdateCompanyNetworkConfigurationResult> updateCompanyNetworkConfigurationAsync(UpdateCompanyNetworkConfigurationRequest updateCompanyNetworkConfigurationRequest)
Updates the company network configuration for the fleet.
updateCompanyNetworkConfigurationRequest
- Future<UpdateCompanyNetworkConfigurationResult> updateCompanyNetworkConfigurationAsync(UpdateCompanyNetworkConfigurationRequest updateCompanyNetworkConfigurationRequest, AsyncHandler<UpdateCompanyNetworkConfigurationRequest,UpdateCompanyNetworkConfigurationResult> asyncHandler)
Updates the company network configuration for the fleet.
updateCompanyNetworkConfigurationRequest
- 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.Future<UpdateDevicePolicyConfigurationResult> updateDevicePolicyConfigurationAsync(UpdateDevicePolicyConfigurationRequest updateDevicePolicyConfigurationRequest)
Updates the device policy configuration for the fleet.
updateDevicePolicyConfigurationRequest
- Future<UpdateDevicePolicyConfigurationResult> updateDevicePolicyConfigurationAsync(UpdateDevicePolicyConfigurationRequest updateDevicePolicyConfigurationRequest, AsyncHandler<UpdateDevicePolicyConfigurationRequest,UpdateDevicePolicyConfigurationResult> asyncHandler)
Updates the device policy configuration for the fleet.
updateDevicePolicyConfigurationRequest
- 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.Future<UpdateDomainMetadataResult> updateDomainMetadataAsync(UpdateDomainMetadataRequest updateDomainMetadataRequest)
Updates domain metadata, such as DisplayName.
updateDomainMetadataRequest
- Future<UpdateDomainMetadataResult> updateDomainMetadataAsync(UpdateDomainMetadataRequest updateDomainMetadataRequest, AsyncHandler<UpdateDomainMetadataRequest,UpdateDomainMetadataResult> asyncHandler)
Updates domain metadata, such as DisplayName.
updateDomainMetadataRequest
- 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.Future<UpdateFleetMetadataResult> updateFleetMetadataAsync(UpdateFleetMetadataRequest updateFleetMetadataRequest)
Updates fleet metadata, such as DisplayName.
updateFleetMetadataRequest
- Future<UpdateFleetMetadataResult> updateFleetMetadataAsync(UpdateFleetMetadataRequest updateFleetMetadataRequest, AsyncHandler<UpdateFleetMetadataRequest,UpdateFleetMetadataResult> asyncHandler)
Updates fleet metadata, such as DisplayName.
updateFleetMetadataRequest
- 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.Future<UpdateIdentityProviderConfigurationResult> updateIdentityProviderConfigurationAsync(UpdateIdentityProviderConfigurationRequest updateIdentityProviderConfigurationRequest)
Updates the identity provider configuration for the fleet.
updateIdentityProviderConfigurationRequest
- Future<UpdateIdentityProviderConfigurationResult> updateIdentityProviderConfigurationAsync(UpdateIdentityProviderConfigurationRequest updateIdentityProviderConfigurationRequest, AsyncHandler<UpdateIdentityProviderConfigurationRequest,UpdateIdentityProviderConfigurationResult> asyncHandler)
Updates the identity provider configuration for the fleet.
updateIdentityProviderConfigurationRequest
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.