@Generated(value="software.amazon.awssdk:codegen") public interface WorkLinkAsyncClient extends SdkClient
builder()
method.
Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android 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.
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider . |
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AssociateDomainResponse> |
associateDomain(AssociateDomainRequest associateDomainRequest)
Specifies a domain to be associated to Amazon WorkLink.
|
default CompletableFuture<AssociateDomainResponse> |
associateDomain(Consumer<AssociateDomainRequest.Builder> associateDomainRequest)
Specifies a domain to be associated to Amazon WorkLink.
|
default CompletableFuture<AssociateWebsiteAuthorizationProviderResponse> |
associateWebsiteAuthorizationProvider(AssociateWebsiteAuthorizationProviderRequest associateWebsiteAuthorizationProviderRequest)
Associates a website authorization provider with a specified fleet.
|
default CompletableFuture<AssociateWebsiteAuthorizationProviderResponse> |
associateWebsiteAuthorizationProvider(Consumer<AssociateWebsiteAuthorizationProviderRequest.Builder> associateWebsiteAuthorizationProviderRequest)
Associates a website authorization provider with a specified fleet.
|
default CompletableFuture<AssociateWebsiteCertificateAuthorityResponse> |
associateWebsiteCertificateAuthority(AssociateWebsiteCertificateAuthorityRequest associateWebsiteCertificateAuthorityRequest)
Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated
websites within the company network.
|
default CompletableFuture<AssociateWebsiteCertificateAuthorityResponse> |
associateWebsiteCertificateAuthority(Consumer<AssociateWebsiteCertificateAuthorityRequest.Builder> associateWebsiteCertificateAuthorityRequest)
Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated
websites within the company network.
|
static WorkLinkAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
WorkLinkAsyncClient . |
static WorkLinkAsyncClient |
create()
Create a
WorkLinkAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<CreateFleetResponse> |
createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Creates a fleet.
|
default CompletableFuture<CreateFleetResponse> |
createFleet(CreateFleetRequest createFleetRequest)
Creates a fleet.
|
default CompletableFuture<DeleteFleetResponse> |
deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)
Deletes a fleet.
|
default CompletableFuture<DeleteFleetResponse> |
deleteFleet(DeleteFleetRequest deleteFleetRequest)
Deletes a fleet.
|
default CompletableFuture<DescribeAuditStreamConfigurationResponse> |
describeAuditStreamConfiguration(Consumer<DescribeAuditStreamConfigurationRequest.Builder> describeAuditStreamConfigurationRequest)
Describes the configuration for delivering audit streams to the customer account.
|
default CompletableFuture<DescribeAuditStreamConfigurationResponse> |
describeAuditStreamConfiguration(DescribeAuditStreamConfigurationRequest describeAuditStreamConfigurationRequest)
Describes the configuration for delivering audit streams to the customer account.
|
default CompletableFuture<DescribeCompanyNetworkConfigurationResponse> |
describeCompanyNetworkConfiguration(Consumer<DescribeCompanyNetworkConfigurationRequest.Builder> describeCompanyNetworkConfigurationRequest)
Describes the networking configuration to access the internal websites associated with the specified fleet.
|
default CompletableFuture<DescribeCompanyNetworkConfigurationResponse> |
describeCompanyNetworkConfiguration(DescribeCompanyNetworkConfigurationRequest describeCompanyNetworkConfigurationRequest)
Describes the networking configuration to access the internal websites associated with the specified fleet.
|
default CompletableFuture<DescribeDeviceResponse> |
describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)
Provides information about a user's device.
|
default CompletableFuture<DescribeDeviceResponse> |
describeDevice(DescribeDeviceRequest describeDeviceRequest)
Provides information about a user's device.
|
default CompletableFuture<DescribeDevicePolicyConfigurationResponse> |
describeDevicePolicyConfiguration(Consumer<DescribeDevicePolicyConfigurationRequest.Builder> describeDevicePolicyConfigurationRequest)
Describes the device policy configuration for the specified fleet.
|
default CompletableFuture<DescribeDevicePolicyConfigurationResponse> |
describeDevicePolicyConfiguration(DescribeDevicePolicyConfigurationRequest describeDevicePolicyConfigurationRequest)
Describes the device policy configuration for the specified fleet.
|
default CompletableFuture<DescribeDomainResponse> |
describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)
Provides information about the domain.
|
default CompletableFuture<DescribeDomainResponse> |
describeDomain(DescribeDomainRequest describeDomainRequest)
Provides information about the domain.
|
default CompletableFuture<DescribeFleetMetadataResponse> |
describeFleetMetadata(Consumer<DescribeFleetMetadataRequest.Builder> describeFleetMetadataRequest)
Provides basic information for the specified fleet, excluding identity provider, networking, and device
configuration details.
|
default CompletableFuture<DescribeFleetMetadataResponse> |
describeFleetMetadata(DescribeFleetMetadataRequest describeFleetMetadataRequest)
Provides basic information for the specified fleet, excluding identity provider, networking, and device
configuration details.
|
default CompletableFuture<DescribeIdentityProviderConfigurationResponse> |
describeIdentityProviderConfiguration(Consumer<DescribeIdentityProviderConfigurationRequest.Builder> describeIdentityProviderConfigurationRequest)
Describes the identity provider configuration of the specified fleet.
|
default CompletableFuture<DescribeIdentityProviderConfigurationResponse> |
describeIdentityProviderConfiguration(DescribeIdentityProviderConfigurationRequest describeIdentityProviderConfigurationRequest)
Describes the identity provider configuration of the specified fleet.
|
default CompletableFuture<DescribeWebsiteCertificateAuthorityResponse> |
describeWebsiteCertificateAuthority(Consumer<DescribeWebsiteCertificateAuthorityRequest.Builder> describeWebsiteCertificateAuthorityRequest)
Provides information about the certificate authority.
|
default CompletableFuture<DescribeWebsiteCertificateAuthorityResponse> |
describeWebsiteCertificateAuthority(DescribeWebsiteCertificateAuthorityRequest describeWebsiteCertificateAuthorityRequest)
Provides information about the certificate authority.
|
default CompletableFuture<DisassociateDomainResponse> |
disassociateDomain(Consumer<DisassociateDomainRequest.Builder> disassociateDomainRequest)
Disassociates a domain from Amazon WorkLink.
|
default CompletableFuture<DisassociateDomainResponse> |
disassociateDomain(DisassociateDomainRequest disassociateDomainRequest)
Disassociates a domain from Amazon WorkLink.
|
default CompletableFuture<DisassociateWebsiteAuthorizationProviderResponse> |
disassociateWebsiteAuthorizationProvider(Consumer<DisassociateWebsiteAuthorizationProviderRequest.Builder> disassociateWebsiteAuthorizationProviderRequest)
Disassociates a website authorization provider from a specified fleet.
|
default CompletableFuture<DisassociateWebsiteAuthorizationProviderResponse> |
disassociateWebsiteAuthorizationProvider(DisassociateWebsiteAuthorizationProviderRequest disassociateWebsiteAuthorizationProviderRequest)
Disassociates a website authorization provider from a specified fleet.
|
default CompletableFuture<DisassociateWebsiteCertificateAuthorityResponse> |
disassociateWebsiteCertificateAuthority(Consumer<DisassociateWebsiteCertificateAuthorityRequest.Builder> disassociateWebsiteCertificateAuthorityRequest)
Removes a certificate authority (CA).
|
default CompletableFuture<DisassociateWebsiteCertificateAuthorityResponse> |
disassociateWebsiteCertificateAuthority(DisassociateWebsiteCertificateAuthorityRequest disassociateWebsiteCertificateAuthorityRequest)
Removes a certificate authority (CA).
|
default CompletableFuture<ListDevicesResponse> |
listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
default CompletableFuture<ListDevicesResponse> |
listDevices(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
default ListDevicesPublisher |
listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
default ListDevicesPublisher |
listDevicesPaginator(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
|
default CompletableFuture<ListDomainsResponse> |
listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
|
default CompletableFuture<ListDomainsResponse> |
listDomains(ListDomainsRequest listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
|
default ListDomainsPublisher |
listDomainsPaginator(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
|
default ListDomainsPublisher |
listDomainsPaginator(ListDomainsRequest listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
|
default CompletableFuture<ListFleetsResponse> |
listFleets()
Retrieves a list of fleets for the current account and Region.
|
default CompletableFuture<ListFleetsResponse> |
listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
default CompletableFuture<ListFleetsResponse> |
listFleets(ListFleetsRequest listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
default ListFleetsPublisher |
listFleetsPaginator()
Retrieves a list of fleets for the current account and Region.
|
default ListFleetsPublisher |
listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
default ListFleetsPublisher |
listFleetsPaginator(ListFleetsRequest listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves a list of tags for the specified resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of tags for the specified resource.
|
default CompletableFuture<ListWebsiteAuthorizationProvidersResponse> |
listWebsiteAuthorizationProviders(Consumer<ListWebsiteAuthorizationProvidersRequest.Builder> listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
|
default CompletableFuture<ListWebsiteAuthorizationProvidersResponse> |
listWebsiteAuthorizationProviders(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
|
default ListWebsiteAuthorizationProvidersPublisher |
listWebsiteAuthorizationProvidersPaginator(Consumer<ListWebsiteAuthorizationProvidersRequest.Builder> listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
|
default ListWebsiteAuthorizationProvidersPublisher |
listWebsiteAuthorizationProvidersPaginator(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
|
default CompletableFuture<ListWebsiteCertificateAuthoritiesResponse> |
listWebsiteCertificateAuthorities(Consumer<ListWebsiteCertificateAuthoritiesRequest.Builder> listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
|
default CompletableFuture<ListWebsiteCertificateAuthoritiesResponse> |
listWebsiteCertificateAuthorities(ListWebsiteCertificateAuthoritiesRequest listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
|
default ListWebsiteCertificateAuthoritiesPublisher |
listWebsiteCertificateAuthoritiesPaginator(Consumer<ListWebsiteCertificateAuthoritiesRequest.Builder> listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
|
default ListWebsiteCertificateAuthoritiesPublisher |
listWebsiteCertificateAuthoritiesPaginator(ListWebsiteCertificateAuthoritiesRequest listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
|
default CompletableFuture<RestoreDomainAccessResponse> |
restoreDomainAccess(Consumer<RestoreDomainAccessRequest.Builder> restoreDomainAccessRequest)
Moves a domain to ACTIVE status if it was in the INACTIVE status.
|
default CompletableFuture<RestoreDomainAccessResponse> |
restoreDomainAccess(RestoreDomainAccessRequest restoreDomainAccessRequest)
Moves a domain to ACTIVE status if it was in the INACTIVE status.
|
default CompletableFuture<RevokeDomainAccessResponse> |
revokeDomainAccess(Consumer<RevokeDomainAccessRequest.Builder> revokeDomainAccessRequest)
Moves a domain to INACTIVE status if it was in the ACTIVE status.
|
default CompletableFuture<RevokeDomainAccessResponse> |
revokeDomainAccess(RevokeDomainAccessRequest revokeDomainAccessRequest)
Moves a domain to INACTIVE status if it was in the ACTIVE status.
|
default CompletableFuture<SignOutUserResponse> |
signOutUser(Consumer<SignOutUserRequest.Builder> signOutUserRequest)
Signs the user out from all of their devices.
|
default CompletableFuture<SignOutUserResponse> |
signOutUser(SignOutUserRequest signOutUserRequest)
Signs the user out from all of their devices.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or overwrites one or more tags for the specified resource, such as a fleet.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites one or more tags for the specified resource, such as a fleet.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
|
default CompletableFuture<UpdateAuditStreamConfigurationResponse> |
updateAuditStreamConfiguration(Consumer<UpdateAuditStreamConfigurationRequest.Builder> updateAuditStreamConfigurationRequest)
Updates the audit stream configuration for the fleet.
|
default CompletableFuture<UpdateAuditStreamConfigurationResponse> |
updateAuditStreamConfiguration(UpdateAuditStreamConfigurationRequest updateAuditStreamConfigurationRequest)
Updates the audit stream configuration for the fleet.
|
default CompletableFuture<UpdateCompanyNetworkConfigurationResponse> |
updateCompanyNetworkConfiguration(Consumer<UpdateCompanyNetworkConfigurationRequest.Builder> updateCompanyNetworkConfigurationRequest)
Updates the company network configuration for the fleet.
|
default CompletableFuture<UpdateCompanyNetworkConfigurationResponse> |
updateCompanyNetworkConfiguration(UpdateCompanyNetworkConfigurationRequest updateCompanyNetworkConfigurationRequest)
Updates the company network configuration for the fleet.
|
default CompletableFuture<UpdateDevicePolicyConfigurationResponse> |
updateDevicePolicyConfiguration(Consumer<UpdateDevicePolicyConfigurationRequest.Builder> updateDevicePolicyConfigurationRequest)
Updates the device policy configuration for the fleet.
|
default CompletableFuture<UpdateDevicePolicyConfigurationResponse> |
updateDevicePolicyConfiguration(UpdateDevicePolicyConfigurationRequest updateDevicePolicyConfigurationRequest)
Updates the device policy configuration for the fleet.
|
default CompletableFuture<UpdateDomainMetadataResponse> |
updateDomainMetadata(Consumer<UpdateDomainMetadataRequest.Builder> updateDomainMetadataRequest)
Updates domain metadata, such as DisplayName.
|
default CompletableFuture<UpdateDomainMetadataResponse> |
updateDomainMetadata(UpdateDomainMetadataRequest updateDomainMetadataRequest)
Updates domain metadata, such as DisplayName.
|
default CompletableFuture<UpdateFleetMetadataResponse> |
updateFleetMetadata(Consumer<UpdateFleetMetadataRequest.Builder> updateFleetMetadataRequest)
Updates fleet metadata, such as DisplayName.
|
default CompletableFuture<UpdateFleetMetadataResponse> |
updateFleetMetadata(UpdateFleetMetadataRequest updateFleetMetadataRequest)
Updates fleet metadata, such as DisplayName.
|
default CompletableFuture<UpdateIdentityProviderConfigurationResponse> |
updateIdentityProviderConfiguration(Consumer<UpdateIdentityProviderConfigurationRequest.Builder> updateIdentityProviderConfigurationRequest)
Updates the identity provider configuration for the fleet.
|
default CompletableFuture<UpdateIdentityProviderConfigurationResponse> |
updateIdentityProviderConfiguration(UpdateIdentityProviderConfigurationRequest updateIdentityProviderConfigurationRequest)
Updates the identity provider configuration for the fleet.
|
serviceName
close
static final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider
.static WorkLinkAsyncClient create()
WorkLinkAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static WorkLinkAsyncClientBuilder builder()
WorkLinkAsyncClient
.default CompletableFuture<AssociateDomainResponse> associateDomain(AssociateDomainRequest associateDomainRequest)
Specifies a domain to be associated to Amazon WorkLink.
associateDomainRequest
- default CompletableFuture<AssociateDomainResponse> associateDomain(Consumer<AssociateDomainRequest.Builder> associateDomainRequest)
Specifies a domain to be associated to Amazon WorkLink.
This is a convenience which creates an instance of the AssociateDomainRequest.Builder
avoiding the need
to create one manually via AssociateDomainRequest.builder()
associateDomainRequest
- A Consumer
that will call methods on AssociateDomainRequest.Builder
to create a request.default CompletableFuture<AssociateWebsiteAuthorizationProviderResponse> associateWebsiteAuthorizationProvider(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
- default CompletableFuture<AssociateWebsiteAuthorizationProviderResponse> associateWebsiteAuthorizationProvider(Consumer<AssociateWebsiteAuthorizationProviderRequest.Builder> associateWebsiteAuthorizationProviderRequest)
Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.
This is a convenience which creates an instance of the
AssociateWebsiteAuthorizationProviderRequest.Builder
avoiding the need to create one manually via
AssociateWebsiteAuthorizationProviderRequest.builder()
associateWebsiteAuthorizationProviderRequest
- A Consumer
that will call methods on AssociateWebsiteAuthorizationProviderRequest.Builder
to create a request.default CompletableFuture<AssociateWebsiteCertificateAuthorityResponse> associateWebsiteCertificateAuthority(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
- default CompletableFuture<AssociateWebsiteCertificateAuthorityResponse> associateWebsiteCertificateAuthority(Consumer<AssociateWebsiteCertificateAuthorityRequest.Builder> associateWebsiteCertificateAuthorityRequest)
Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.
This is a convenience which creates an instance of the
AssociateWebsiteCertificateAuthorityRequest.Builder
avoiding the need to create one manually via
AssociateWebsiteCertificateAuthorityRequest.builder()
associateWebsiteCertificateAuthorityRequest
- A Consumer
that will call methods on AssociateWebsiteCertificateAuthorityRequest.Builder
to create a request.default CompletableFuture<CreateFleetResponse> createFleet(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
- default CompletableFuture<CreateFleetResponse> createFleet(Consumer<CreateFleetRequest.Builder> 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.
This is a convenience which creates an instance of the CreateFleetRequest.Builder
avoiding the need to
create one manually via CreateFleetRequest.builder()
createFleetRequest
- A Consumer
that will call methods on CreateFleetRequest.Builder
to create a request.default CompletableFuture<DeleteFleetResponse> deleteFleet(DeleteFleetRequest deleteFleetRequest)
Deletes a fleet. Prevents users from accessing previously associated websites.
deleteFleetRequest
- default CompletableFuture<DeleteFleetResponse> deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)
Deletes a fleet. Prevents users from accessing previously associated websites.
This is a convenience which creates an instance of the DeleteFleetRequest.Builder
avoiding the need to
create one manually via DeleteFleetRequest.builder()
deleteFleetRequest
- A Consumer
that will call methods on DeleteFleetRequest.Builder
to create a request.default CompletableFuture<DescribeAuditStreamConfigurationResponse> describeAuditStreamConfiguration(DescribeAuditStreamConfigurationRequest describeAuditStreamConfigurationRequest)
Describes the configuration for delivering audit streams to the customer account.
describeAuditStreamConfigurationRequest
- default CompletableFuture<DescribeAuditStreamConfigurationResponse> describeAuditStreamConfiguration(Consumer<DescribeAuditStreamConfigurationRequest.Builder> describeAuditStreamConfigurationRequest)
Describes the configuration for delivering audit streams to the customer account.
This is a convenience which creates an instance of the DescribeAuditStreamConfigurationRequest.Builder
avoiding the need to create one manually via DescribeAuditStreamConfigurationRequest.builder()
describeAuditStreamConfigurationRequest
- A Consumer
that will call methods on DescribeAuditStreamConfigurationRequest.Builder
to
create a request.default CompletableFuture<DescribeCompanyNetworkConfigurationResponse> describeCompanyNetworkConfiguration(DescribeCompanyNetworkConfigurationRequest describeCompanyNetworkConfigurationRequest)
Describes the networking configuration to access the internal websites associated with the specified fleet.
describeCompanyNetworkConfigurationRequest
- default CompletableFuture<DescribeCompanyNetworkConfigurationResponse> describeCompanyNetworkConfiguration(Consumer<DescribeCompanyNetworkConfigurationRequest.Builder> describeCompanyNetworkConfigurationRequest)
Describes the networking configuration to access the internal websites associated with the specified fleet.
This is a convenience which creates an instance of the DescribeCompanyNetworkConfigurationRequest.Builder
avoiding the need to create one manually via DescribeCompanyNetworkConfigurationRequest.builder()
describeCompanyNetworkConfigurationRequest
- A Consumer
that will call methods on DescribeCompanyNetworkConfigurationRequest.Builder
to
create a request.default CompletableFuture<DescribeDeviceResponse> describeDevice(DescribeDeviceRequest describeDeviceRequest)
Provides information about a user's device.
describeDeviceRequest
- default CompletableFuture<DescribeDeviceResponse> describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)
Provides information about a user's device.
This is a convenience which creates an instance of the DescribeDeviceRequest.Builder
avoiding the need to
create one manually via DescribeDeviceRequest.builder()
describeDeviceRequest
- A Consumer
that will call methods on DescribeDeviceRequest.Builder
to create a request.default CompletableFuture<DescribeDevicePolicyConfigurationResponse> describeDevicePolicyConfiguration(DescribeDevicePolicyConfigurationRequest describeDevicePolicyConfigurationRequest)
Describes the device policy configuration for the specified fleet.
describeDevicePolicyConfigurationRequest
- default CompletableFuture<DescribeDevicePolicyConfigurationResponse> describeDevicePolicyConfiguration(Consumer<DescribeDevicePolicyConfigurationRequest.Builder> describeDevicePolicyConfigurationRequest)
Describes the device policy configuration for the specified fleet.
This is a convenience which creates an instance of the DescribeDevicePolicyConfigurationRequest.Builder
avoiding the need to create one manually via DescribeDevicePolicyConfigurationRequest.builder()
describeDevicePolicyConfigurationRequest
- A Consumer
that will call methods on DescribeDevicePolicyConfigurationRequest.Builder
to
create a request.default CompletableFuture<DescribeDomainResponse> describeDomain(DescribeDomainRequest describeDomainRequest)
Provides information about the domain.
describeDomainRequest
- default CompletableFuture<DescribeDomainResponse> describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)
Provides information about the domain.
This is a convenience which creates an instance of the DescribeDomainRequest.Builder
avoiding the need to
create one manually via DescribeDomainRequest.builder()
describeDomainRequest
- A Consumer
that will call methods on DescribeDomainRequest.Builder
to create a request.default CompletableFuture<DescribeFleetMetadataResponse> describeFleetMetadata(DescribeFleetMetadataRequest describeFleetMetadataRequest)
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
describeFleetMetadataRequest
- default CompletableFuture<DescribeFleetMetadataResponse> describeFleetMetadata(Consumer<DescribeFleetMetadataRequest.Builder> describeFleetMetadataRequest)
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
This is a convenience which creates an instance of the DescribeFleetMetadataRequest.Builder
avoiding the
need to create one manually via DescribeFleetMetadataRequest.builder()
describeFleetMetadataRequest
- A Consumer
that will call methods on DescribeFleetMetadataRequest.Builder
to create a
request.default CompletableFuture<DescribeIdentityProviderConfigurationResponse> describeIdentityProviderConfiguration(DescribeIdentityProviderConfigurationRequest describeIdentityProviderConfigurationRequest)
Describes the identity provider configuration of the specified fleet.
describeIdentityProviderConfigurationRequest
- default CompletableFuture<DescribeIdentityProviderConfigurationResponse> describeIdentityProviderConfiguration(Consumer<DescribeIdentityProviderConfigurationRequest.Builder> describeIdentityProviderConfigurationRequest)
Describes the identity provider configuration of the specified fleet.
This is a convenience which creates an instance of the
DescribeIdentityProviderConfigurationRequest.Builder
avoiding the need to create one manually via
DescribeIdentityProviderConfigurationRequest.builder()
describeIdentityProviderConfigurationRequest
- A Consumer
that will call methods on DescribeIdentityProviderConfigurationRequest.Builder
to create a request.default CompletableFuture<DescribeWebsiteCertificateAuthorityResponse> describeWebsiteCertificateAuthority(DescribeWebsiteCertificateAuthorityRequest describeWebsiteCertificateAuthorityRequest)
Provides information about the certificate authority.
describeWebsiteCertificateAuthorityRequest
- default CompletableFuture<DescribeWebsiteCertificateAuthorityResponse> describeWebsiteCertificateAuthority(Consumer<DescribeWebsiteCertificateAuthorityRequest.Builder> describeWebsiteCertificateAuthorityRequest)
Provides information about the certificate authority.
This is a convenience which creates an instance of the DescribeWebsiteCertificateAuthorityRequest.Builder
avoiding the need to create one manually via DescribeWebsiteCertificateAuthorityRequest.builder()
describeWebsiteCertificateAuthorityRequest
- A Consumer
that will call methods on DescribeWebsiteCertificateAuthorityRequest.Builder
to
create a request.default CompletableFuture<DisassociateDomainResponse> disassociateDomain(DisassociateDomainRequest disassociateDomainRequest)
Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
disassociateDomainRequest
- default CompletableFuture<DisassociateDomainResponse> disassociateDomain(Consumer<DisassociateDomainRequest.Builder> disassociateDomainRequest)
Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
This is a convenience which creates an instance of the DisassociateDomainRequest.Builder
avoiding the
need to create one manually via DisassociateDomainRequest.builder()
disassociateDomainRequest
- A Consumer
that will call methods on DisassociateDomainRequest.Builder
to create a
request.default CompletableFuture<DisassociateWebsiteAuthorizationProviderResponse> disassociateWebsiteAuthorizationProvider(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
- default CompletableFuture<DisassociateWebsiteAuthorizationProviderResponse> disassociateWebsiteAuthorizationProvider(Consumer<DisassociateWebsiteAuthorizationProviderRequest.Builder> 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.
This is a convenience which creates an instance of the
DisassociateWebsiteAuthorizationProviderRequest.Builder
avoiding the need to create one manually via
DisassociateWebsiteAuthorizationProviderRequest.builder()
disassociateWebsiteAuthorizationProviderRequest
- A Consumer
that will call methods on
DisassociateWebsiteAuthorizationProviderRequest.Builder
to create a request.default CompletableFuture<DisassociateWebsiteCertificateAuthorityResponse> disassociateWebsiteCertificateAuthority(DisassociateWebsiteCertificateAuthorityRequest disassociateWebsiteCertificateAuthorityRequest)
Removes a certificate authority (CA).
disassociateWebsiteCertificateAuthorityRequest
- default CompletableFuture<DisassociateWebsiteCertificateAuthorityResponse> disassociateWebsiteCertificateAuthority(Consumer<DisassociateWebsiteCertificateAuthorityRequest.Builder> disassociateWebsiteCertificateAuthorityRequest)
Removes a certificate authority (CA).
This is a convenience which creates an instance of the
DisassociateWebsiteCertificateAuthorityRequest.Builder
avoiding the need to create one manually via
DisassociateWebsiteCertificateAuthorityRequest.builder()
disassociateWebsiteCertificateAuthorityRequest
- A Consumer
that will call methods on
DisassociateWebsiteCertificateAuthorityRequest.Builder
to create a request.default CompletableFuture<ListDevicesResponse> listDevices(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
listDevicesRequest
- default CompletableFuture<ListDevicesResponse> listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
This is a convenience which creates an instance of the ListDevicesRequest.Builder
avoiding the need to
create one manually via ListDevicesRequest.builder()
listDevicesRequest
- A Consumer
that will call methods on ListDevicesRequest.Builder
to create a request.default ListDevicesPublisher listDevicesPaginator(ListDevicesRequest listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
This is a variant of listDevices(software.amazon.awssdk.services.worklink.model.ListDevicesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListDevicesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListDevicesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDevices(software.amazon.awssdk.services.worklink.model.ListDevicesRequest)
operation.
listDevicesRequest
- default ListDevicesPublisher listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Retrieves a list of devices registered with the specified fleet.
This is a variant of listDevices(software.amazon.awssdk.services.worklink.model.ListDevicesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListDevicesPublisher publisher = client.listDevicesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListDevicesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListDevicesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDevices(software.amazon.awssdk.services.worklink.model.ListDevicesRequest)
operation.
This is a convenience which creates an instance of the ListDevicesRequest.Builder
avoiding the need to
create one manually via ListDevicesRequest.builder()
listDevicesRequest
- A Consumer
that will call methods on ListDevicesRequest.Builder
to create a request.default CompletableFuture<ListDomainsResponse> listDomains(ListDomainsRequest listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
listDomainsRequest
- default CompletableFuture<ListDomainsResponse> listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
This is a convenience which creates an instance of the ListDomainsRequest.Builder
avoiding the need to
create one manually via ListDomainsRequest.builder()
listDomainsRequest
- A Consumer
that will call methods on ListDomainsRequest.Builder
to create a request.default ListDomainsPublisher listDomainsPaginator(ListDomainsRequest listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
This is a variant of listDomains(software.amazon.awssdk.services.worklink.model.ListDomainsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListDomainsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListDomainsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomains(software.amazon.awssdk.services.worklink.model.ListDomainsRequest)
operation.
listDomainsRequest
- default ListDomainsPublisher listDomainsPaginator(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Retrieves a list of domains associated to a specified fleet.
This is a variant of listDomains(software.amazon.awssdk.services.worklink.model.ListDomainsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListDomainsPublisher publisher = client.listDomainsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListDomainsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListDomainsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomains(software.amazon.awssdk.services.worklink.model.ListDomainsRequest)
operation.
This is a convenience which creates an instance of the ListDomainsRequest.Builder
avoiding the need to
create one manually via ListDomainsRequest.builder()
listDomainsRequest
- A Consumer
that will call methods on ListDomainsRequest.Builder
to create a request.default CompletableFuture<ListFleetsResponse> listFleets(ListFleetsRequest listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
listFleetsRequest
- default CompletableFuture<ListFleetsResponse> listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
This is a convenience which creates an instance of the ListFleetsRequest.Builder
avoiding the need to
create one manually via ListFleetsRequest.builder()
listFleetsRequest
- A Consumer
that will call methods on ListFleetsRequest.Builder
to create a request.default CompletableFuture<ListFleetsResponse> listFleets()
Retrieves a list of fleets for the current account and Region.
default ListFleetsPublisher listFleetsPaginator()
Retrieves a list of fleets for the current account and Region.
This is a variant of listFleets(software.amazon.awssdk.services.worklink.model.ListFleetsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListFleetsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListFleetsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.worklink.model.ListFleetsRequest)
operation.
default ListFleetsPublisher listFleetsPaginator(ListFleetsRequest listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
This is a variant of listFleets(software.amazon.awssdk.services.worklink.model.ListFleetsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListFleetsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListFleetsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.worklink.model.ListFleetsRequest)
operation.
listFleetsRequest
- default ListFleetsPublisher listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Retrieves a list of fleets for the current account and Region.
This is a variant of listFleets(software.amazon.awssdk.services.worklink.model.ListFleetsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListFleetsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListFleetsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFleets(software.amazon.awssdk.services.worklink.model.ListFleetsRequest)
operation.
This is a convenience which creates an instance of the ListFleetsRequest.Builder
avoiding the need to
create one manually via ListFleetsRequest.builder()
listFleetsRequest
- A Consumer
that will call methods on ListFleetsRequest.Builder
to create a request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of tags for the specified resource.
listTagsForResourceRequest
- default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves a list of tags for the specified resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder
avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest
- A Consumer
that will call methods on ListTagsForResourceRequest.Builder
to create a
request.default CompletableFuture<ListWebsiteAuthorizationProvidersResponse> listWebsiteAuthorizationProviders(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
listWebsiteAuthorizationProvidersRequest
- default CompletableFuture<ListWebsiteAuthorizationProvidersResponse> listWebsiteAuthorizationProviders(Consumer<ListWebsiteAuthorizationProvidersRequest.Builder> listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
This is a convenience which creates an instance of the ListWebsiteAuthorizationProvidersRequest.Builder
avoiding the need to create one manually via ListWebsiteAuthorizationProvidersRequest.builder()
listWebsiteAuthorizationProvidersRequest
- A Consumer
that will call methods on ListWebsiteAuthorizationProvidersRequest.Builder
to
create a request.default ListWebsiteAuthorizationProvidersPublisher listWebsiteAuthorizationProvidersPaginator(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
This is a variant of
listWebsiteAuthorizationProviders(software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListWebsiteAuthorizationProvidersPublisher publisher = client.listWebsiteAuthorizationProvidersPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListWebsiteAuthorizationProvidersPublisher publisher = client.listWebsiteAuthorizationProvidersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWebsiteAuthorizationProviders(software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersRequest)
operation.
listWebsiteAuthorizationProvidersRequest
- default ListWebsiteAuthorizationProvidersPublisher listWebsiteAuthorizationProvidersPaginator(Consumer<ListWebsiteAuthorizationProvidersRequest.Builder> listWebsiteAuthorizationProvidersRequest)
Retrieves a list of website authorization providers associated with a specified fleet.
This is a variant of
listWebsiteAuthorizationProviders(software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListWebsiteAuthorizationProvidersPublisher publisher = client.listWebsiteAuthorizationProvidersPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListWebsiteAuthorizationProvidersPublisher publisher = client.listWebsiteAuthorizationProvidersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWebsiteAuthorizationProviders(software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersRequest)
operation.
This is a convenience which creates an instance of the ListWebsiteAuthorizationProvidersRequest.Builder
avoiding the need to create one manually via ListWebsiteAuthorizationProvidersRequest.builder()
listWebsiteAuthorizationProvidersRequest
- A Consumer
that will call methods on ListWebsiteAuthorizationProvidersRequest.Builder
to
create a request.default CompletableFuture<ListWebsiteCertificateAuthoritiesResponse> listWebsiteCertificateAuthorities(ListWebsiteCertificateAuthoritiesRequest listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
listWebsiteCertificateAuthoritiesRequest
- default CompletableFuture<ListWebsiteCertificateAuthoritiesResponse> listWebsiteCertificateAuthorities(Consumer<ListWebsiteCertificateAuthoritiesRequest.Builder> listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
This is a convenience which creates an instance of the ListWebsiteCertificateAuthoritiesRequest.Builder
avoiding the need to create one manually via ListWebsiteCertificateAuthoritiesRequest.builder()
listWebsiteCertificateAuthoritiesRequest
- A Consumer
that will call methods on ListWebsiteCertificateAuthoritiesRequest.Builder
to
create a request.default ListWebsiteCertificateAuthoritiesPublisher listWebsiteCertificateAuthoritiesPaginator(ListWebsiteCertificateAuthoritiesRequest listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
This is a variant of
listWebsiteCertificateAuthorities(software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListWebsiteCertificateAuthoritiesPublisher publisher = client.listWebsiteCertificateAuthoritiesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListWebsiteCertificateAuthoritiesPublisher publisher = client.listWebsiteCertificateAuthoritiesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWebsiteCertificateAuthorities(software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesRequest)
operation.
listWebsiteCertificateAuthoritiesRequest
- default ListWebsiteCertificateAuthoritiesPublisher listWebsiteCertificateAuthoritiesPaginator(Consumer<ListWebsiteCertificateAuthoritiesRequest.Builder> listWebsiteCertificateAuthoritiesRequest)
Retrieves a list of certificate authorities added for the current account and Region.
This is a variant of
listWebsiteCertificateAuthorities(software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.worklink.paginators.ListWebsiteCertificateAuthoritiesPublisher publisher = client.listWebsiteCertificateAuthoritiesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.worklink.paginators.ListWebsiteCertificateAuthoritiesPublisher publisher = client.listWebsiteCertificateAuthoritiesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWebsiteCertificateAuthorities(software.amazon.awssdk.services.worklink.model.ListWebsiteCertificateAuthoritiesRequest)
operation.
This is a convenience which creates an instance of the ListWebsiteCertificateAuthoritiesRequest.Builder
avoiding the need to create one manually via ListWebsiteCertificateAuthoritiesRequest.builder()
listWebsiteCertificateAuthoritiesRequest
- A Consumer
that will call methods on ListWebsiteCertificateAuthoritiesRequest.Builder
to
create a request.default CompletableFuture<RestoreDomainAccessResponse> restoreDomainAccess(RestoreDomainAccessRequest restoreDomainAccessRequest)
Moves a domain to ACTIVE status if it was in the INACTIVE status.
restoreDomainAccessRequest
- default CompletableFuture<RestoreDomainAccessResponse> restoreDomainAccess(Consumer<RestoreDomainAccessRequest.Builder> restoreDomainAccessRequest)
Moves a domain to ACTIVE status if it was in the INACTIVE status.
This is a convenience which creates an instance of the RestoreDomainAccessRequest.Builder
avoiding the
need to create one manually via RestoreDomainAccessRequest.builder()
restoreDomainAccessRequest
- A Consumer
that will call methods on RestoreDomainAccessRequest.Builder
to create a
request.default CompletableFuture<RevokeDomainAccessResponse> revokeDomainAccess(RevokeDomainAccessRequest revokeDomainAccessRequest)
Moves a domain to INACTIVE status if it was in the ACTIVE status.
revokeDomainAccessRequest
- default CompletableFuture<RevokeDomainAccessResponse> revokeDomainAccess(Consumer<RevokeDomainAccessRequest.Builder> revokeDomainAccessRequest)
Moves a domain to INACTIVE status if it was in the ACTIVE status.
This is a convenience which creates an instance of the RevokeDomainAccessRequest.Builder
avoiding the
need to create one manually via RevokeDomainAccessRequest.builder()
revokeDomainAccessRequest
- A Consumer
that will call methods on RevokeDomainAccessRequest.Builder
to create a
request.default CompletableFuture<SignOutUserResponse> signOutUser(SignOutUserRequest signOutUserRequest)
Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
signOutUserRequest
- default CompletableFuture<SignOutUserResponse> signOutUser(Consumer<SignOutUserRequest.Builder> signOutUserRequest)
Signs the user out from all of their devices. The user can sign in again if they have valid credentials.
This is a convenience which creates an instance of the SignOutUserRequest.Builder
avoiding the need to
create one manually via SignOutUserRequest.builder()
signOutUserRequest
- A Consumer
that will call methods on SignOutUserRequest.Builder
to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Adds 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.
tagResourceRequest
- default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds 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.
This is a convenience which creates an instance of the TagResourceRequest.Builder
avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest
- A Consumer
that will call methods on TagResourceRequest.Builder
to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
untagResourceRequest
- default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder
avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest
- A Consumer
that will call methods on UntagResourceRequest.Builder
to create a request.default CompletableFuture<UpdateAuditStreamConfigurationResponse> updateAuditStreamConfiguration(UpdateAuditStreamConfigurationRequest updateAuditStreamConfigurationRequest)
Updates the audit stream configuration for the fleet.
updateAuditStreamConfigurationRequest
- default CompletableFuture<UpdateAuditStreamConfigurationResponse> updateAuditStreamConfiguration(Consumer<UpdateAuditStreamConfigurationRequest.Builder> updateAuditStreamConfigurationRequest)
Updates the audit stream configuration for the fleet.
This is a convenience which creates an instance of the UpdateAuditStreamConfigurationRequest.Builder
avoiding the need to create one manually via UpdateAuditStreamConfigurationRequest.builder()
updateAuditStreamConfigurationRequest
- A Consumer
that will call methods on UpdateAuditStreamConfigurationRequest.Builder
to
create a request.default CompletableFuture<UpdateCompanyNetworkConfigurationResponse> updateCompanyNetworkConfiguration(UpdateCompanyNetworkConfigurationRequest updateCompanyNetworkConfigurationRequest)
Updates the company network configuration for the fleet.
updateCompanyNetworkConfigurationRequest
- default CompletableFuture<UpdateCompanyNetworkConfigurationResponse> updateCompanyNetworkConfiguration(Consumer<UpdateCompanyNetworkConfigurationRequest.Builder> updateCompanyNetworkConfigurationRequest)
Updates the company network configuration for the fleet.
This is a convenience which creates an instance of the UpdateCompanyNetworkConfigurationRequest.Builder
avoiding the need to create one manually via UpdateCompanyNetworkConfigurationRequest.builder()
updateCompanyNetworkConfigurationRequest
- A Consumer
that will call methods on UpdateCompanyNetworkConfigurationRequest.Builder
to
create a request.default CompletableFuture<UpdateDevicePolicyConfigurationResponse> updateDevicePolicyConfiguration(UpdateDevicePolicyConfigurationRequest updateDevicePolicyConfigurationRequest)
Updates the device policy configuration for the fleet.
updateDevicePolicyConfigurationRequest
- default CompletableFuture<UpdateDevicePolicyConfigurationResponse> updateDevicePolicyConfiguration(Consumer<UpdateDevicePolicyConfigurationRequest.Builder> updateDevicePolicyConfigurationRequest)
Updates the device policy configuration for the fleet.
This is a convenience which creates an instance of the UpdateDevicePolicyConfigurationRequest.Builder
avoiding the need to create one manually via UpdateDevicePolicyConfigurationRequest.builder()
updateDevicePolicyConfigurationRequest
- A Consumer
that will call methods on UpdateDevicePolicyConfigurationRequest.Builder
to
create a request.default CompletableFuture<UpdateDomainMetadataResponse> updateDomainMetadata(UpdateDomainMetadataRequest updateDomainMetadataRequest)
Updates domain metadata, such as DisplayName.
updateDomainMetadataRequest
- default CompletableFuture<UpdateDomainMetadataResponse> updateDomainMetadata(Consumer<UpdateDomainMetadataRequest.Builder> updateDomainMetadataRequest)
Updates domain metadata, such as DisplayName.
This is a convenience which creates an instance of the UpdateDomainMetadataRequest.Builder
avoiding the
need to create one manually via UpdateDomainMetadataRequest.builder()
updateDomainMetadataRequest
- A Consumer
that will call methods on UpdateDomainMetadataRequest.Builder
to create a
request.default CompletableFuture<UpdateFleetMetadataResponse> updateFleetMetadata(UpdateFleetMetadataRequest updateFleetMetadataRequest)
Updates fleet metadata, such as DisplayName.
updateFleetMetadataRequest
- default CompletableFuture<UpdateFleetMetadataResponse> updateFleetMetadata(Consumer<UpdateFleetMetadataRequest.Builder> updateFleetMetadataRequest)
Updates fleet metadata, such as DisplayName.
This is a convenience which creates an instance of the UpdateFleetMetadataRequest.Builder
avoiding the
need to create one manually via UpdateFleetMetadataRequest.builder()
updateFleetMetadataRequest
- A Consumer
that will call methods on UpdateFleetMetadataRequest.Builder
to create a
request.default CompletableFuture<UpdateIdentityProviderConfigurationResponse> updateIdentityProviderConfiguration(UpdateIdentityProviderConfigurationRequest updateIdentityProviderConfigurationRequest)
Updates the identity provider configuration for the fleet.
updateIdentityProviderConfigurationRequest
- default CompletableFuture<UpdateIdentityProviderConfigurationResponse> updateIdentityProviderConfiguration(Consumer<UpdateIdentityProviderConfigurationRequest.Builder> updateIdentityProviderConfigurationRequest)
Updates the identity provider configuration for the fleet.
This is a convenience which creates an instance of the UpdateIdentityProviderConfigurationRequest.Builder
avoiding the need to create one manually via UpdateIdentityProviderConfigurationRequest.builder()
updateIdentityProviderConfigurationRequest
- A Consumer
that will call methods on UpdateIdentityProviderConfigurationRequest.Builder
to
create a request.