@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonWorkLinkAsync extends AbstractAmazonWorkLink implements AmazonWorkLinkAsync
AmazonWorkLinkAsync. Convenient method forms pass through to the corresponding
 overload that takes a request object and an AsyncHandler, which throws an
 UnsupportedOperationException.ENDPOINT_PREFIXassociateDomain, associateWebsiteAuthorizationProvider, associateWebsiteCertificateAuthority, createFleet, deleteFleet, describeAuditStreamConfiguration, describeCompanyNetworkConfiguration, describeDevice, describeDevicePolicyConfiguration, describeDomain, describeFleetMetadata, describeIdentityProviderConfiguration, describeWebsiteCertificateAuthority, disassociateDomain, disassociateWebsiteAuthorizationProvider, disassociateWebsiteCertificateAuthority, getCachedResponseMetadata, listDevices, listDomains, listFleets, listTagsForResource, listWebsiteAuthorizationProviders, listWebsiteCertificateAuthorities, restoreDomainAccess, revokeDomainAccess, shutdown, signOutUser, tagResource, untagResource, updateAuditStreamConfiguration, updateCompanyNetworkConfiguration, updateDevicePolicyConfiguration, updateDomainMetadata, updateFleetMetadata, updateIdentityProviderConfigurationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateDomain, associateWebsiteAuthorizationProvider, associateWebsiteCertificateAuthority, createFleet, deleteFleet, describeAuditStreamConfiguration, describeCompanyNetworkConfiguration, describeDevice, describeDevicePolicyConfiguration, describeDomain, describeFleetMetadata, describeIdentityProviderConfiguration, describeWebsiteCertificateAuthority, disassociateDomain, disassociateWebsiteAuthorizationProvider, disassociateWebsiteCertificateAuthority, getCachedResponseMetadata, listDevices, listDomains, listFleets, listTagsForResource, listWebsiteAuthorizationProviders, listWebsiteCertificateAuthorities, restoreDomainAccess, revokeDomainAccess, shutdown, signOutUser, tagResource, untagResource, updateAuditStreamConfiguration, updateCompanyNetworkConfiguration, updateDevicePolicyConfiguration, updateDomainMetadata, updateFleetMetadata, updateIdentityProviderConfigurationpublic Future<AssociateDomainResult> associateDomainAsync(AssociateDomainRequest request)
AmazonWorkLinkAsyncSpecifies a domain to be associated to Amazon WorkLink.
associateDomainAsync in interface AmazonWorkLinkAsyncpublic Future<AssociateDomainResult> associateDomainAsync(AssociateDomainRequest request, AsyncHandler<AssociateDomainRequest,AssociateDomainResult> asyncHandler)
AmazonWorkLinkAsyncSpecifies a domain to be associated to Amazon WorkLink.
associateDomainAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<AssociateWebsiteAuthorizationProviderResult> associateWebsiteAuthorizationProviderAsync(AssociateWebsiteAuthorizationProviderRequest request)
AmazonWorkLinkAsyncAssociates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
associateWebsiteAuthorizationProviderAsync in interface AmazonWorkLinkAsyncpublic Future<AssociateWebsiteAuthorizationProviderResult> associateWebsiteAuthorizationProviderAsync(AssociateWebsiteAuthorizationProviderRequest request, AsyncHandler<AssociateWebsiteAuthorizationProviderRequest,AssociateWebsiteAuthorizationProviderResult> asyncHandler)
AmazonWorkLinkAsyncAssociates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
associateWebsiteAuthorizationProviderAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<AssociateWebsiteCertificateAuthorityResult> associateWebsiteCertificateAuthorityAsync(AssociateWebsiteCertificateAuthorityRequest request)
AmazonWorkLinkAsyncImports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
associateWebsiteCertificateAuthorityAsync in interface AmazonWorkLinkAsyncpublic Future<AssociateWebsiteCertificateAuthorityResult> associateWebsiteCertificateAuthorityAsync(AssociateWebsiteCertificateAuthorityRequest request, AsyncHandler<AssociateWebsiteCertificateAuthorityRequest,AssociateWebsiteCertificateAuthorityResult> asyncHandler)
AmazonWorkLinkAsyncImports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
associateWebsiteCertificateAuthorityAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<CreateFleetResult> createFleetAsync(CreateFleetRequest request)
AmazonWorkLinkAsyncCreates 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.
createFleetAsync in interface AmazonWorkLinkAsyncpublic Future<CreateFleetResult> createFleetAsync(CreateFleetRequest request, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
AmazonWorkLinkAsyncCreates 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.
createFleetAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest request)
AmazonWorkLinkAsyncDeletes a fleet. Prevents users from accessing previously associated websites.
deleteFleetAsync in interface AmazonWorkLinkAsyncpublic Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest request, AsyncHandler<DeleteFleetRequest,DeleteFleetResult> asyncHandler)
AmazonWorkLinkAsyncDeletes a fleet. Prevents users from accessing previously associated websites.
deleteFleetAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeAuditStreamConfigurationResult> describeAuditStreamConfigurationAsync(DescribeAuditStreamConfigurationRequest request)
AmazonWorkLinkAsyncDescribes the configuration for delivering audit streams to the customer account.
describeAuditStreamConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeAuditStreamConfigurationResult> describeAuditStreamConfigurationAsync(DescribeAuditStreamConfigurationRequest request, AsyncHandler<DescribeAuditStreamConfigurationRequest,DescribeAuditStreamConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncDescribes the configuration for delivering audit streams to the customer account.
describeAuditStreamConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeCompanyNetworkConfigurationResult> describeCompanyNetworkConfigurationAsync(DescribeCompanyNetworkConfigurationRequest request)
AmazonWorkLinkAsyncDescribes the networking configuration to access the internal websites associated with the specified fleet.
describeCompanyNetworkConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeCompanyNetworkConfigurationResult> describeCompanyNetworkConfigurationAsync(DescribeCompanyNetworkConfigurationRequest request, AsyncHandler<DescribeCompanyNetworkConfigurationRequest,DescribeCompanyNetworkConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncDescribes the networking configuration to access the internal websites associated with the specified fleet.
describeCompanyNetworkConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeDeviceResult> describeDeviceAsync(DescribeDeviceRequest request)
AmazonWorkLinkAsyncProvides information about a user's device.
describeDeviceAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeDeviceResult> describeDeviceAsync(DescribeDeviceRequest request, AsyncHandler<DescribeDeviceRequest,DescribeDeviceResult> asyncHandler)
AmazonWorkLinkAsyncProvides information about a user's device.
describeDeviceAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeDevicePolicyConfigurationResult> describeDevicePolicyConfigurationAsync(DescribeDevicePolicyConfigurationRequest request)
AmazonWorkLinkAsyncDescribes the device policy configuration for the specified fleet.
describeDevicePolicyConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeDevicePolicyConfigurationResult> describeDevicePolicyConfigurationAsync(DescribeDevicePolicyConfigurationRequest request, AsyncHandler<DescribeDevicePolicyConfigurationRequest,DescribeDevicePolicyConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncDescribes the device policy configuration for the specified fleet.
describeDevicePolicyConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest request)
AmazonWorkLinkAsyncProvides information about the domain.
describeDomainAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeDomainResult> describeDomainAsync(DescribeDomainRequest request, AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler)
AmazonWorkLinkAsyncProvides information about the domain.
describeDomainAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeFleetMetadataResult> describeFleetMetadataAsync(DescribeFleetMetadataRequest request)
AmazonWorkLinkAsyncProvides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
describeFleetMetadataAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeFleetMetadataResult> describeFleetMetadataAsync(DescribeFleetMetadataRequest request, AsyncHandler<DescribeFleetMetadataRequest,DescribeFleetMetadataResult> asyncHandler)
AmazonWorkLinkAsyncProvides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
describeFleetMetadataAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeIdentityProviderConfigurationResult> describeIdentityProviderConfigurationAsync(DescribeIdentityProviderConfigurationRequest request)
AmazonWorkLinkAsyncDescribes the identity provider configuration of the specified fleet.
describeIdentityProviderConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeIdentityProviderConfigurationResult> describeIdentityProviderConfigurationAsync(DescribeIdentityProviderConfigurationRequest request, AsyncHandler<DescribeIdentityProviderConfigurationRequest,DescribeIdentityProviderConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncDescribes the identity provider configuration of the specified fleet.
describeIdentityProviderConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DescribeWebsiteCertificateAuthorityResult> describeWebsiteCertificateAuthorityAsync(DescribeWebsiteCertificateAuthorityRequest request)
AmazonWorkLinkAsyncProvides information about the certificate authority.
describeWebsiteCertificateAuthorityAsync in interface AmazonWorkLinkAsyncpublic Future<DescribeWebsiteCertificateAuthorityResult> describeWebsiteCertificateAuthorityAsync(DescribeWebsiteCertificateAuthorityRequest request, AsyncHandler<DescribeWebsiteCertificateAuthorityRequest,DescribeWebsiteCertificateAuthorityResult> asyncHandler)
AmazonWorkLinkAsyncProvides information about the certificate authority.
describeWebsiteCertificateAuthorityAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DisassociateDomainResult> disassociateDomainAsync(DisassociateDomainRequest request)
AmazonWorkLinkAsyncDisassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
disassociateDomainAsync in interface AmazonWorkLinkAsyncpublic Future<DisassociateDomainResult> disassociateDomainAsync(DisassociateDomainRequest request, AsyncHandler<DisassociateDomainRequest,DisassociateDomainResult> asyncHandler)
AmazonWorkLinkAsyncDisassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
disassociateDomainAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DisassociateWebsiteAuthorizationProviderResult> disassociateWebsiteAuthorizationProviderAsync(DisassociateWebsiteAuthorizationProviderRequest request)
AmazonWorkLinkAsyncDisassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
disassociateWebsiteAuthorizationProviderAsync in interface AmazonWorkLinkAsyncpublic Future<DisassociateWebsiteAuthorizationProviderResult> disassociateWebsiteAuthorizationProviderAsync(DisassociateWebsiteAuthorizationProviderRequest request, AsyncHandler<DisassociateWebsiteAuthorizationProviderRequest,DisassociateWebsiteAuthorizationProviderResult> asyncHandler)
AmazonWorkLinkAsyncDisassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.
disassociateWebsiteAuthorizationProviderAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<DisassociateWebsiteCertificateAuthorityResult> disassociateWebsiteCertificateAuthorityAsync(DisassociateWebsiteCertificateAuthorityRequest request)
AmazonWorkLinkAsyncRemoves a certificate authority (CA).
disassociateWebsiteCertificateAuthorityAsync in interface AmazonWorkLinkAsyncpublic Future<DisassociateWebsiteCertificateAuthorityResult> disassociateWebsiteCertificateAuthorityAsync(DisassociateWebsiteCertificateAuthorityRequest request, AsyncHandler<DisassociateWebsiteCertificateAuthorityRequest,DisassociateWebsiteCertificateAuthorityResult> asyncHandler)
AmazonWorkLinkAsyncRemoves a certificate authority (CA).
disassociateWebsiteCertificateAuthorityAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<ListDevicesResult> listDevicesAsync(ListDevicesRequest request)
AmazonWorkLinkAsyncRetrieves a list of devices registered with the specified fleet.
listDevicesAsync in interface AmazonWorkLinkAsyncpublic Future<ListDevicesResult> listDevicesAsync(ListDevicesRequest request, AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
AmazonWorkLinkAsyncRetrieves a list of devices registered with the specified fleet.
listDevicesAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<ListDomainsResult> listDomainsAsync(ListDomainsRequest request)
AmazonWorkLinkAsyncRetrieves a list of domains associated to a specified fleet.
listDomainsAsync in interface AmazonWorkLinkAsyncpublic Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
AmazonWorkLinkAsyncRetrieves a list of domains associated to a specified fleet.
listDomainsAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<ListFleetsResult> listFleetsAsync(ListFleetsRequest request)
AmazonWorkLinkAsyncRetrieves a list of fleets for the current account and Region.
listFleetsAsync in interface AmazonWorkLinkAsyncpublic Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest request, AsyncHandler<ListFleetsRequest,ListFleetsResult> asyncHandler)
AmazonWorkLinkAsyncRetrieves a list of fleets for the current account and Region.
listFleetsAsync in interface AmazonWorkLinkAsyncasyncHandler - 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)
AmazonWorkLinkAsyncRetrieves a list of tags for the specified resource.
listTagsForResourceAsync in interface AmazonWorkLinkAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonWorkLinkAsyncRetrieves a list of tags for the specified resource.
listTagsForResourceAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<ListWebsiteAuthorizationProvidersResult> listWebsiteAuthorizationProvidersAsync(ListWebsiteAuthorizationProvidersRequest request)
AmazonWorkLinkAsyncRetrieves a list of website authorization providers associated with a specified fleet.
listWebsiteAuthorizationProvidersAsync in interface AmazonWorkLinkAsyncpublic Future<ListWebsiteAuthorizationProvidersResult> listWebsiteAuthorizationProvidersAsync(ListWebsiteAuthorizationProvidersRequest request, AsyncHandler<ListWebsiteAuthorizationProvidersRequest,ListWebsiteAuthorizationProvidersResult> asyncHandler)
AmazonWorkLinkAsyncRetrieves a list of website authorization providers associated with a specified fleet.
listWebsiteAuthorizationProvidersAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<ListWebsiteCertificateAuthoritiesResult> listWebsiteCertificateAuthoritiesAsync(ListWebsiteCertificateAuthoritiesRequest request)
AmazonWorkLinkAsyncRetrieves a list of certificate authorities added for the current account and Region.
listWebsiteCertificateAuthoritiesAsync in interface AmazonWorkLinkAsyncpublic Future<ListWebsiteCertificateAuthoritiesResult> listWebsiteCertificateAuthoritiesAsync(ListWebsiteCertificateAuthoritiesRequest request, AsyncHandler<ListWebsiteCertificateAuthoritiesRequest,ListWebsiteCertificateAuthoritiesResult> asyncHandler)
AmazonWorkLinkAsyncRetrieves a list of certificate authorities added for the current account and Region.
listWebsiteCertificateAuthoritiesAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<RestoreDomainAccessResult> restoreDomainAccessAsync(RestoreDomainAccessRequest request)
AmazonWorkLinkAsyncMoves a domain to ACTIVE status if it was in the INACTIVE status.
restoreDomainAccessAsync in interface AmazonWorkLinkAsyncpublic Future<RestoreDomainAccessResult> restoreDomainAccessAsync(RestoreDomainAccessRequest request, AsyncHandler<RestoreDomainAccessRequest,RestoreDomainAccessResult> asyncHandler)
AmazonWorkLinkAsyncMoves a domain to ACTIVE status if it was in the INACTIVE status.
restoreDomainAccessAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<RevokeDomainAccessResult> revokeDomainAccessAsync(RevokeDomainAccessRequest request)
AmazonWorkLinkAsyncMoves a domain to INACTIVE status if it was in the ACTIVE status.
revokeDomainAccessAsync in interface AmazonWorkLinkAsyncpublic Future<RevokeDomainAccessResult> revokeDomainAccessAsync(RevokeDomainAccessRequest request, AsyncHandler<RevokeDomainAccessRequest,RevokeDomainAccessResult> asyncHandler)
AmazonWorkLinkAsyncMoves a domain to INACTIVE status if it was in the ACTIVE status.
revokeDomainAccessAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<SignOutUserResult> signOutUserAsync(SignOutUserRequest request)
AmazonWorkLinkAsyncSigns the user out from all of their devices. The user can sign in again if they have valid credentials.
signOutUserAsync in interface AmazonWorkLinkAsyncpublic Future<SignOutUserResult> signOutUserAsync(SignOutUserRequest request, AsyncHandler<SignOutUserRequest,SignOutUserResult> asyncHandler)
AmazonWorkLinkAsyncSigns the user out from all of their devices. The user can sign in again if they have valid credentials.
signOutUserAsync in interface AmazonWorkLinkAsyncasyncHandler - 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)
AmazonWorkLinkAsyncAdds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.
tagResourceAsync in interface AmazonWorkLinkAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonWorkLinkAsyncAdds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.
tagResourceAsync in interface AmazonWorkLinkAsyncasyncHandler - 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)
AmazonWorkLinkAsyncRemoves one or more tags from the specified resource.
untagResourceAsync in interface AmazonWorkLinkAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonWorkLinkAsyncRemoves one or more tags from the specified resource.
untagResourceAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<UpdateAuditStreamConfigurationResult> updateAuditStreamConfigurationAsync(UpdateAuditStreamConfigurationRequest request)
AmazonWorkLinkAsyncUpdates the audit stream configuration for the fleet.
updateAuditStreamConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<UpdateAuditStreamConfigurationResult> updateAuditStreamConfigurationAsync(UpdateAuditStreamConfigurationRequest request, AsyncHandler<UpdateAuditStreamConfigurationRequest,UpdateAuditStreamConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncUpdates the audit stream configuration for the fleet.
updateAuditStreamConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<UpdateCompanyNetworkConfigurationResult> updateCompanyNetworkConfigurationAsync(UpdateCompanyNetworkConfigurationRequest request)
AmazonWorkLinkAsyncUpdates the company network configuration for the fleet.
updateCompanyNetworkConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<UpdateCompanyNetworkConfigurationResult> updateCompanyNetworkConfigurationAsync(UpdateCompanyNetworkConfigurationRequest request, AsyncHandler<UpdateCompanyNetworkConfigurationRequest,UpdateCompanyNetworkConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncUpdates the company network configuration for the fleet.
updateCompanyNetworkConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<UpdateDevicePolicyConfigurationResult> updateDevicePolicyConfigurationAsync(UpdateDevicePolicyConfigurationRequest request)
AmazonWorkLinkAsyncUpdates the device policy configuration for the fleet.
updateDevicePolicyConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<UpdateDevicePolicyConfigurationResult> updateDevicePolicyConfigurationAsync(UpdateDevicePolicyConfigurationRequest request, AsyncHandler<UpdateDevicePolicyConfigurationRequest,UpdateDevicePolicyConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncUpdates the device policy configuration for the fleet.
updateDevicePolicyConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<UpdateDomainMetadataResult> updateDomainMetadataAsync(UpdateDomainMetadataRequest request)
AmazonWorkLinkAsyncUpdates domain metadata, such as DisplayName.
updateDomainMetadataAsync in interface AmazonWorkLinkAsyncpublic Future<UpdateDomainMetadataResult> updateDomainMetadataAsync(UpdateDomainMetadataRequest request, AsyncHandler<UpdateDomainMetadataRequest,UpdateDomainMetadataResult> asyncHandler)
AmazonWorkLinkAsyncUpdates domain metadata, such as DisplayName.
updateDomainMetadataAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<UpdateFleetMetadataResult> updateFleetMetadataAsync(UpdateFleetMetadataRequest request)
AmazonWorkLinkAsyncUpdates fleet metadata, such as DisplayName.
updateFleetMetadataAsync in interface AmazonWorkLinkAsyncpublic Future<UpdateFleetMetadataResult> updateFleetMetadataAsync(UpdateFleetMetadataRequest request, AsyncHandler<UpdateFleetMetadataRequest,UpdateFleetMetadataResult> asyncHandler)
AmazonWorkLinkAsyncUpdates fleet metadata, such as DisplayName.
updateFleetMetadataAsync in interface AmazonWorkLinkAsyncasyncHandler - 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<UpdateIdentityProviderConfigurationResult> updateIdentityProviderConfigurationAsync(UpdateIdentityProviderConfigurationRequest request)
AmazonWorkLinkAsyncUpdates the identity provider configuration for the fleet.
updateIdentityProviderConfigurationAsync in interface AmazonWorkLinkAsyncpublic Future<UpdateIdentityProviderConfigurationResult> updateIdentityProviderConfigurationAsync(UpdateIdentityProviderConfigurationRequest request, AsyncHandler<UpdateIdentityProviderConfigurationRequest,UpdateIdentityProviderConfigurationResult> asyncHandler)
AmazonWorkLinkAsyncUpdates the identity provider configuration for the fleet.
updateIdentityProviderConfigurationAsync in interface AmazonWorkLinkAsyncasyncHandler - 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.