@Generated(value="software.amazon.awssdk:codegen") public interface AppStreamAsyncClient extends SdkClient, SdkAutoCloseable
builder() method.
You can use Amazon AppStream 2.0 to stream desktop applications to any device running a web browser, without rewriting them.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateFleetResponse> |
associateFleet(AssociateFleetRequest associateFleetRequest)
Associates the specified fleet with the specified stack.
|
default CompletableFuture<AssociateFleetResponse> |
associateFleet(Consumer<AssociateFleetRequest.Builder> associateFleetRequest)
Associates the specified fleet with the specified stack.
|
static AppStreamAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
AppStreamAsyncClient. |
static AppStreamAsyncClient |
create()
Create a
AppStreamAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from
the DefaultCredentialsProvider. |
default CompletableFuture<CreateDirectoryConfigResponse> |
createDirectoryConfig(Consumer<CreateDirectoryConfigRequest.Builder> createDirectoryConfigRequest)
Creates a directory configuration.
|
default CompletableFuture<CreateDirectoryConfigResponse> |
createDirectoryConfig(CreateDirectoryConfigRequest createDirectoryConfigRequest)
Creates a directory configuration.
|
default CompletableFuture<CreateFleetResponse> |
createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Creates a fleet.
|
default CompletableFuture<CreateFleetResponse> |
createFleet(CreateFleetRequest createFleetRequest)
Creates a fleet.
|
default CompletableFuture<CreateImageBuilderResponse> |
createImageBuilder(Consumer<CreateImageBuilderRequest.Builder> createImageBuilderRequest)
Invokes the CreateImageBuilder operation asynchronously.
This is a convenience which creates an instance of the CreateImageBuilderRequest.Builder avoiding the
need to create one manually via CreateImageBuilderRequest.builder() |
default CompletableFuture<CreateImageBuilderResponse> |
createImageBuilder(CreateImageBuilderRequest createImageBuilderRequest)
Invokes the CreateImageBuilder operation asynchronously.
|
default CompletableFuture<CreateImageBuilderStreamingURLResponse> |
createImageBuilderStreamingURL(Consumer<CreateImageBuilderStreamingURLRequest.Builder> createImageBuilderStreamingURLRequest)
Invokes the CreateImageBuilderStreamingURL operation asynchronously.
This is a convenience which creates an instance of the CreateImageBuilderStreamingURLRequest.Builder
avoiding the need to create one manually via CreateImageBuilderStreamingURLRequest.builder() |
default CompletableFuture<CreateImageBuilderStreamingURLResponse> |
createImageBuilderStreamingURL(CreateImageBuilderStreamingURLRequest createImageBuilderStreamingURLRequest)
Invokes the CreateImageBuilderStreamingURL operation asynchronously.
|
default CompletableFuture<CreateStackResponse> |
createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a stack.
|
default CompletableFuture<CreateStackResponse> |
createStack(CreateStackRequest createStackRequest)
Creates a stack.
|
default CompletableFuture<CreateStreamingURLResponse> |
createStreamingURL(Consumer<CreateStreamingURLRequest.Builder> createStreamingURLRequest)
Creates a URL to start a streaming session for the specified user.
|
default CompletableFuture<CreateStreamingURLResponse> |
createStreamingURL(CreateStreamingURLRequest createStreamingURLRequest)
Creates a URL to start a streaming session for the specified user.
|
default CompletableFuture<DeleteDirectoryConfigResponse> |
deleteDirectoryConfig(Consumer<DeleteDirectoryConfigRequest.Builder> deleteDirectoryConfigRequest)
Deletes the specified directory configuration.
|
default CompletableFuture<DeleteDirectoryConfigResponse> |
deleteDirectoryConfig(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest)
Deletes the specified directory configuration.
|
default CompletableFuture<DeleteFleetResponse> |
deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)
Deletes the specified fleet.
|
default CompletableFuture<DeleteFleetResponse> |
deleteFleet(DeleteFleetRequest deleteFleetRequest)
Deletes the specified fleet.
|
default CompletableFuture<DeleteImageResponse> |
deleteImage(Consumer<DeleteImageRequest.Builder> deleteImageRequest)
Invokes the DeleteImage operation asynchronously.
This is a convenience which creates an instance of the DeleteImageRequest.Builder avoiding the need to
create one manually via DeleteImageRequest.builder() |
default CompletableFuture<DeleteImageResponse> |
deleteImage(DeleteImageRequest deleteImageRequest)
Invokes the DeleteImage operation asynchronously.
|
default CompletableFuture<DeleteImageBuilderResponse> |
deleteImageBuilder(Consumer<DeleteImageBuilderRequest.Builder> deleteImageBuilderRequest)
Invokes the DeleteImageBuilder operation asynchronously.
This is a convenience which creates an instance of the DeleteImageBuilderRequest.Builder avoiding the
need to create one manually via DeleteImageBuilderRequest.builder() |
default CompletableFuture<DeleteImageBuilderResponse> |
deleteImageBuilder(DeleteImageBuilderRequest deleteImageBuilderRequest)
Invokes the DeleteImageBuilder operation asynchronously.
|
default CompletableFuture<DeleteStackResponse> |
deleteStack(Consumer<DeleteStackRequest.Builder> deleteStackRequest)
Deletes the specified stack.
|
default CompletableFuture<DeleteStackResponse> |
deleteStack(DeleteStackRequest deleteStackRequest)
Deletes the specified stack.
|
default CompletableFuture<DescribeDirectoryConfigsResponse> |
describeDirectoryConfigs()
Describes the specified directory configurations.
|
default CompletableFuture<DescribeDirectoryConfigsResponse> |
describeDirectoryConfigs(Consumer<DescribeDirectoryConfigsRequest.Builder> describeDirectoryConfigsRequest)
Describes the specified directory configurations.
|
default CompletableFuture<DescribeDirectoryConfigsResponse> |
describeDirectoryConfigs(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest)
Describes the specified directory configurations.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets()
Describes the specified fleets or all fleets in the account.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified fleets or all fleets in the account.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(DescribeFleetsRequest describeFleetsRequest)
Describes the specified fleets or all fleets in the account.
|
default CompletableFuture<DescribeImageBuildersResponse> |
describeImageBuilders()
Invokes the DescribeImageBuilders operation asynchronously.
|
default CompletableFuture<DescribeImageBuildersResponse> |
describeImageBuilders(Consumer<DescribeImageBuildersRequest.Builder> describeImageBuildersRequest)
Invokes the DescribeImageBuilders operation asynchronously.
This is a convenience which creates an instance of the DescribeImageBuildersRequest.Builder avoiding the
need to create one manually via DescribeImageBuildersRequest.builder() |
default CompletableFuture<DescribeImageBuildersResponse> |
describeImageBuilders(DescribeImageBuildersRequest describeImageBuildersRequest)
Invokes the DescribeImageBuilders operation asynchronously.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages()
Describes the specified images or all images in the account.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Describes the specified images or all images in the account.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages(DescribeImagesRequest describeImagesRequest)
Describes the specified images or all images in the account.
|
default CompletableFuture<DescribeSessionsResponse> |
describeSessions(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)
Describes the streaming sessions for the specified stack and fleet.
|
default CompletableFuture<DescribeSessionsResponse> |
describeSessions(DescribeSessionsRequest describeSessionsRequest)
Describes the streaming sessions for the specified stack and fleet.
|
default CompletableFuture<DescribeStacksResponse> |
describeStacks()
Describes the specified stacks or all stacks in the account.
|
default CompletableFuture<DescribeStacksResponse> |
describeStacks(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Describes the specified stacks or all stacks in the account.
|
default CompletableFuture<DescribeStacksResponse> |
describeStacks(DescribeStacksRequest describeStacksRequest)
Describes the specified stacks or all stacks in the account.
|
default CompletableFuture<DisassociateFleetResponse> |
disassociateFleet(Consumer<DisassociateFleetRequest.Builder> disassociateFleetRequest)
Disassociates the specified fleet from the specified stack.
|
default CompletableFuture<DisassociateFleetResponse> |
disassociateFleet(DisassociateFleetRequest disassociateFleetRequest)
Disassociates the specified fleet from the specified stack.
|
default CompletableFuture<ExpireSessionResponse> |
expireSession(Consumer<ExpireSessionRequest.Builder> expireSessionRequest)
Stops the specified streaming session.
|
default CompletableFuture<ExpireSessionResponse> |
expireSession(ExpireSessionRequest expireSessionRequest)
Stops the specified streaming session.
|
default CompletableFuture<ListAssociatedFleetsResponse> |
listAssociatedFleets(Consumer<ListAssociatedFleetsRequest.Builder> listAssociatedFleetsRequest)
Lists the fleets associated with the specified stack.
|
default CompletableFuture<ListAssociatedFleetsResponse> |
listAssociatedFleets(ListAssociatedFleetsRequest listAssociatedFleetsRequest)
Lists the fleets associated with the specified stack.
|
default CompletableFuture<ListAssociatedStacksResponse> |
listAssociatedStacks(Consumer<ListAssociatedStacksRequest.Builder> listAssociatedStacksRequest)
Lists the stacks associated with the specified fleet.
|
default CompletableFuture<ListAssociatedStacksResponse> |
listAssociatedStacks(ListAssociatedStacksRequest listAssociatedStacksRequest)
Lists the stacks associated with the specified fleet.
|
default CompletableFuture<StartFleetResponse> |
startFleet(Consumer<StartFleetRequest.Builder> startFleetRequest)
Starts the specified fleet.
|
default CompletableFuture<StartFleetResponse> |
startFleet(StartFleetRequest startFleetRequest)
Starts the specified fleet.
|
default CompletableFuture<StartImageBuilderResponse> |
startImageBuilder(Consumer<StartImageBuilderRequest.Builder> startImageBuilderRequest)
Invokes the StartImageBuilder operation asynchronously.
This is a convenience which creates an instance of the StartImageBuilderRequest.Builder avoiding the need
to create one manually via StartImageBuilderRequest.builder() |
default CompletableFuture<StartImageBuilderResponse> |
startImageBuilder(StartImageBuilderRequest startImageBuilderRequest)
Invokes the StartImageBuilder operation asynchronously.
|
default CompletableFuture<StopFleetResponse> |
stopFleet(Consumer<StopFleetRequest.Builder> stopFleetRequest)
Stops the specified fleet.
|
default CompletableFuture<StopFleetResponse> |
stopFleet(StopFleetRequest stopFleetRequest)
Stops the specified fleet.
|
default CompletableFuture<StopImageBuilderResponse> |
stopImageBuilder(Consumer<StopImageBuilderRequest.Builder> stopImageBuilderRequest)
Invokes the StopImageBuilder operation asynchronously.
This is a convenience which creates an instance of the StopImageBuilderRequest.Builder avoiding the need
to create one manually via StopImageBuilderRequest.builder() |
default CompletableFuture<StopImageBuilderResponse> |
stopImageBuilder(StopImageBuilderRequest stopImageBuilderRequest)
Invokes the StopImageBuilder operation asynchronously.
|
default CompletableFuture<UpdateDirectoryConfigResponse> |
updateDirectoryConfig(Consumer<UpdateDirectoryConfigRequest.Builder> updateDirectoryConfigRequest)
Updates the specified directory configuration.
|
default CompletableFuture<UpdateDirectoryConfigResponse> |
updateDirectoryConfig(UpdateDirectoryConfigRequest updateDirectoryConfigRequest)
Updates the specified directory configuration.
|
default CompletableFuture<UpdateFleetResponse> |
updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest)
Updates the specified fleet.
|
default CompletableFuture<UpdateFleetResponse> |
updateFleet(UpdateFleetRequest updateFleetRequest)
Updates the specified fleet.
|
default CompletableFuture<UpdateStackResponse> |
updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)
Updates the specified stack.
|
default CompletableFuture<UpdateStackResponse> |
updateStack(UpdateStackRequest updateStackRequest)
Updates the specified stack.
|
serviceNameclosestatic final String SERVICE_NAME
static AppStreamAsyncClient create()
AppStreamAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from
the DefaultCredentialsProvider.static AppStreamAsyncClientBuilder builder()
AppStreamAsyncClient.default CompletableFuture<AssociateFleetResponse> associateFleet(AssociateFleetRequest associateFleetRequest)
Associates the specified fleet with the specified stack.
associateFleetRequest - default CompletableFuture<AssociateFleetResponse> associateFleet(Consumer<AssociateFleetRequest.Builder> associateFleetRequest)
Associates the specified fleet with the specified stack.
AssociateFleetRequest.Builder avoiding the need to
create one manually via AssociateFleetRequest.builder()associateFleetRequest - a Consumer that will call methods on AssociateFleetRequest.Builder.default CompletableFuture<CreateDirectoryConfigResponse> createDirectoryConfig(CreateDirectoryConfigRequest createDirectoryConfigRequest)
Creates a directory configuration.
createDirectoryConfigRequest - default CompletableFuture<CreateDirectoryConfigResponse> createDirectoryConfig(Consumer<CreateDirectoryConfigRequest.Builder> createDirectoryConfigRequest)
Creates a directory configuration.
CreateDirectoryConfigRequest.Builder avoiding the
need to create one manually via CreateDirectoryConfigRequest.builder()createDirectoryConfigRequest - a Consumer that will call methods on CreateDirectoryConfigRequest.Builder.default CompletableFuture<CreateFleetResponse> createFleet(CreateFleetRequest createFleetRequest)
Creates a fleet.
createFleetRequest - default CompletableFuture<CreateFleetResponse> createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Creates a fleet.
CreateFleetRequest.Builder avoiding the need to
create one manually via CreateFleetRequest.builder()createFleetRequest - a Consumer that will call methods on CreateFleetRequest.Builder.default CompletableFuture<CreateImageBuilderResponse> createImageBuilder(CreateImageBuilderRequest createImageBuilderRequest)
createImageBuilderRequest - default CompletableFuture<CreateImageBuilderResponse> createImageBuilder(Consumer<CreateImageBuilderRequest.Builder> createImageBuilderRequest)
CreateImageBuilderRequest.Builder avoiding the
need to create one manually via CreateImageBuilderRequest.builder()createImageBuilderRequest - a Consumer that will call methods on CreateImageBuilderRequest.Builder.default CompletableFuture<CreateImageBuilderStreamingURLResponse> createImageBuilderStreamingURL(CreateImageBuilderStreamingURLRequest createImageBuilderStreamingURLRequest)
createImageBuilderStreamingURLRequest - default CompletableFuture<CreateImageBuilderStreamingURLResponse> createImageBuilderStreamingURL(Consumer<CreateImageBuilderStreamingURLRequest.Builder> createImageBuilderStreamingURLRequest)
CreateImageBuilderStreamingURLRequest.Builder
avoiding the need to create one manually via CreateImageBuilderStreamingURLRequest.builder()createImageBuilderStreamingURLRequest - a Consumer that will call methods on CreateImageBuilderStreamingURLRequest.Builder.default CompletableFuture<CreateStackResponse> createStack(CreateStackRequest createStackRequest)
Creates a stack.
createStackRequest - default CompletableFuture<CreateStackResponse> createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a stack.
CreateStackRequest.Builder avoiding the need to
create one manually via CreateStackRequest.builder()createStackRequest - a Consumer that will call methods on CreateStackRequest.Builder.default CompletableFuture<CreateStreamingURLResponse> createStreamingURL(CreateStreamingURLRequest createStreamingURLRequest)
Creates a URL to start a streaming session for the specified user.
By default, the URL is valid only for one minute from the time that it is generated.
createStreamingURLRequest - default CompletableFuture<CreateStreamingURLResponse> createStreamingURL(Consumer<CreateStreamingURLRequest.Builder> createStreamingURLRequest)
Creates a URL to start a streaming session for the specified user.
By default, the URL is valid only for one minute from the time that it is generated.
CreateStreamingURLRequest.Builder avoiding the
need to create one manually via CreateStreamingURLRequest.builder()createStreamingURLRequest - a Consumer that will call methods on CreateStreamingURLRequest.Builder.default CompletableFuture<DeleteDirectoryConfigResponse> deleteDirectoryConfig(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest)
Deletes the specified directory configuration.
deleteDirectoryConfigRequest - default CompletableFuture<DeleteDirectoryConfigResponse> deleteDirectoryConfig(Consumer<DeleteDirectoryConfigRequest.Builder> deleteDirectoryConfigRequest)
Deletes the specified directory configuration.
DeleteDirectoryConfigRequest.Builder avoiding the
need to create one manually via DeleteDirectoryConfigRequest.builder()deleteDirectoryConfigRequest - a Consumer that will call methods on DeleteDirectoryConfigRequest.Builder.default CompletableFuture<DeleteFleetResponse> deleteFleet(DeleteFleetRequest deleteFleetRequest)
Deletes the specified fleet.
deleteFleetRequest - default CompletableFuture<DeleteFleetResponse> deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)
Deletes the specified fleet.
DeleteFleetRequest.Builder avoiding the need to
create one manually via DeleteFleetRequest.builder()deleteFleetRequest - a Consumer that will call methods on DeleteFleetRequest.Builder.default CompletableFuture<DeleteImageResponse> deleteImage(DeleteImageRequest deleteImageRequest)
deleteImageRequest - default CompletableFuture<DeleteImageResponse> deleteImage(Consumer<DeleteImageRequest.Builder> deleteImageRequest)
DeleteImageRequest.Builder avoiding the need to
create one manually via DeleteImageRequest.builder()deleteImageRequest - a Consumer that will call methods on DeleteImageRequest.Builder.default CompletableFuture<DeleteImageBuilderResponse> deleteImageBuilder(DeleteImageBuilderRequest deleteImageBuilderRequest)
deleteImageBuilderRequest - default CompletableFuture<DeleteImageBuilderResponse> deleteImageBuilder(Consumer<DeleteImageBuilderRequest.Builder> deleteImageBuilderRequest)
DeleteImageBuilderRequest.Builder avoiding the
need to create one manually via DeleteImageBuilderRequest.builder()deleteImageBuilderRequest - a Consumer that will call methods on DeleteImageBuilderRequest.Builder.default CompletableFuture<DeleteStackResponse> deleteStack(DeleteStackRequest deleteStackRequest)
Deletes the specified stack. After this operation completes, the environment can no longer be activated and any reservations made for the stack are released.
deleteStackRequest - default CompletableFuture<DeleteStackResponse> deleteStack(Consumer<DeleteStackRequest.Builder> deleteStackRequest)
Deletes the specified stack. After this operation completes, the environment can no longer be activated and any reservations made for the stack are released.
DeleteStackRequest.Builder avoiding the need to
create one manually via DeleteStackRequest.builder()deleteStackRequest - a Consumer that will call methods on DeleteStackRequest.Builder.default CompletableFuture<DescribeDirectoryConfigsResponse> describeDirectoryConfigs(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest)
Describes the specified directory configurations.
describeDirectoryConfigsRequest - default CompletableFuture<DescribeDirectoryConfigsResponse> describeDirectoryConfigs()
Describes the specified directory configurations.
default CompletableFuture<DescribeDirectoryConfigsResponse> describeDirectoryConfigs(Consumer<DescribeDirectoryConfigsRequest.Builder> describeDirectoryConfigsRequest)
Describes the specified directory configurations.
DescribeDirectoryConfigsRequest.Builder avoiding
the need to create one manually via DescribeDirectoryConfigsRequest.builder()describeDirectoryConfigsRequest - a Consumer that will call methods on DescribeDirectoryConfigsRequest.Builder.default CompletableFuture<DescribeFleetsResponse> describeFleets(DescribeFleetsRequest describeFleetsRequest)
Describes the specified fleets or all fleets in the account.
describeFleetsRequest - default CompletableFuture<DescribeFleetsResponse> describeFleets()
Describes the specified fleets or all fleets in the account.
default CompletableFuture<DescribeFleetsResponse> describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified fleets or all fleets in the account.
DescribeFleetsRequest.Builder avoiding the need to
create one manually via DescribeFleetsRequest.builder()describeFleetsRequest - a Consumer that will call methods on DescribeFleetsRequest.Builder.default CompletableFuture<DescribeImageBuildersResponse> describeImageBuilders(DescribeImageBuildersRequest describeImageBuildersRequest)
describeImageBuildersRequest - default CompletableFuture<DescribeImageBuildersResponse> describeImageBuilders()
default CompletableFuture<DescribeImageBuildersResponse> describeImageBuilders(Consumer<DescribeImageBuildersRequest.Builder> describeImageBuildersRequest)
DescribeImageBuildersRequest.Builder avoiding the
need to create one manually via DescribeImageBuildersRequest.builder()describeImageBuildersRequest - a Consumer that will call methods on DescribeImageBuildersRequest.Builder.default CompletableFuture<DescribeImagesResponse> describeImages(DescribeImagesRequest describeImagesRequest)
Describes the specified images or all images in the account.
describeImagesRequest - default CompletableFuture<DescribeImagesResponse> describeImages()
Describes the specified images or all images in the account.
default CompletableFuture<DescribeImagesResponse> describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Describes the specified images or all images in the account.
DescribeImagesRequest.Builder avoiding the need to
create one manually via DescribeImagesRequest.builder()describeImagesRequest - a Consumer that will call methods on DescribeImagesRequest.Builder.default CompletableFuture<DescribeSessionsResponse> describeSessions(DescribeSessionsRequest describeSessionsRequest)
Describes the streaming sessions for the specified stack and fleet. If a user ID is provided, only the streaming sessions for only that user are returned. If an authentication type is not provided, the default is to authenticate users using a streaming URL.
describeSessionsRequest - default CompletableFuture<DescribeSessionsResponse> describeSessions(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)
Describes the streaming sessions for the specified stack and fleet. If a user ID is provided, only the streaming sessions for only that user are returned. If an authentication type is not provided, the default is to authenticate users using a streaming URL.
DescribeSessionsRequest.Builder avoiding the need
to create one manually via DescribeSessionsRequest.builder()describeSessionsRequest - a Consumer that will call methods on DescribeSessionsRequest.Builder.default CompletableFuture<DescribeStacksResponse> describeStacks(DescribeStacksRequest describeStacksRequest)
Describes the specified stacks or all stacks in the account.
describeStacksRequest - default CompletableFuture<DescribeStacksResponse> describeStacks()
Describes the specified stacks or all stacks in the account.
default CompletableFuture<DescribeStacksResponse> describeStacks(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Describes the specified stacks or all stacks in the account.
DescribeStacksRequest.Builder avoiding the need to
create one manually via DescribeStacksRequest.builder()describeStacksRequest - a Consumer that will call methods on DescribeStacksRequest.Builder.default CompletableFuture<DisassociateFleetResponse> disassociateFleet(DisassociateFleetRequest disassociateFleetRequest)
Disassociates the specified fleet from the specified stack.
disassociateFleetRequest - default CompletableFuture<DisassociateFleetResponse> disassociateFleet(Consumer<DisassociateFleetRequest.Builder> disassociateFleetRequest)
Disassociates the specified fleet from the specified stack.
DisassociateFleetRequest.Builder avoiding the need
to create one manually via DisassociateFleetRequest.builder()disassociateFleetRequest - a Consumer that will call methods on DisassociateFleetRequest.Builder.default CompletableFuture<ExpireSessionResponse> expireSession(ExpireSessionRequest expireSessionRequest)
Stops the specified streaming session.
expireSessionRequest - default CompletableFuture<ExpireSessionResponse> expireSession(Consumer<ExpireSessionRequest.Builder> expireSessionRequest)
Stops the specified streaming session.
ExpireSessionRequest.Builder avoiding the need to
create one manually via ExpireSessionRequest.builder()expireSessionRequest - a Consumer that will call methods on ExpireSessionRequest.Builder.default CompletableFuture<ListAssociatedFleetsResponse> listAssociatedFleets(ListAssociatedFleetsRequest listAssociatedFleetsRequest)
Lists the fleets associated with the specified stack.
listAssociatedFleetsRequest - default CompletableFuture<ListAssociatedFleetsResponse> listAssociatedFleets(Consumer<ListAssociatedFleetsRequest.Builder> listAssociatedFleetsRequest)
Lists the fleets associated with the specified stack.
ListAssociatedFleetsRequest.Builder avoiding the
need to create one manually via ListAssociatedFleetsRequest.builder()listAssociatedFleetsRequest - a Consumer that will call methods on ListAssociatedFleetsRequest.Builder.default CompletableFuture<ListAssociatedStacksResponse> listAssociatedStacks(ListAssociatedStacksRequest listAssociatedStacksRequest)
Lists the stacks associated with the specified fleet.
listAssociatedStacksRequest - default CompletableFuture<ListAssociatedStacksResponse> listAssociatedStacks(Consumer<ListAssociatedStacksRequest.Builder> listAssociatedStacksRequest)
Lists the stacks associated with the specified fleet.
ListAssociatedStacksRequest.Builder avoiding the
need to create one manually via ListAssociatedStacksRequest.builder()listAssociatedStacksRequest - a Consumer that will call methods on ListAssociatedStacksRequest.Builder.default CompletableFuture<StartFleetResponse> startFleet(StartFleetRequest startFleetRequest)
Starts the specified fleet.
startFleetRequest - default CompletableFuture<StartFleetResponse> startFleet(Consumer<StartFleetRequest.Builder> startFleetRequest)
Starts the specified fleet.
StartFleetRequest.Builder avoiding the need to
create one manually via StartFleetRequest.builder()startFleetRequest - a Consumer that will call methods on StartFleetRequest.Builder.default CompletableFuture<StartImageBuilderResponse> startImageBuilder(StartImageBuilderRequest startImageBuilderRequest)
startImageBuilderRequest - default CompletableFuture<StartImageBuilderResponse> startImageBuilder(Consumer<StartImageBuilderRequest.Builder> startImageBuilderRequest)
StartImageBuilderRequest.Builder avoiding the need
to create one manually via StartImageBuilderRequest.builder()startImageBuilderRequest - a Consumer that will call methods on StartImageBuilderRequest.Builder.default CompletableFuture<StopFleetResponse> stopFleet(StopFleetRequest stopFleetRequest)
Stops the specified fleet.
stopFleetRequest - default CompletableFuture<StopFleetResponse> stopFleet(Consumer<StopFleetRequest.Builder> stopFleetRequest)
Stops the specified fleet.
StopFleetRequest.Builder avoiding the need to
create one manually via StopFleetRequest.builder()stopFleetRequest - a Consumer that will call methods on StopFleetRequest.Builder.default CompletableFuture<StopImageBuilderResponse> stopImageBuilder(StopImageBuilderRequest stopImageBuilderRequest)
stopImageBuilderRequest - default CompletableFuture<StopImageBuilderResponse> stopImageBuilder(Consumer<StopImageBuilderRequest.Builder> stopImageBuilderRequest)
StopImageBuilderRequest.Builder avoiding the need
to create one manually via StopImageBuilderRequest.builder()stopImageBuilderRequest - a Consumer that will call methods on StopImageBuilderRequest.Builder.default CompletableFuture<UpdateDirectoryConfigResponse> updateDirectoryConfig(UpdateDirectoryConfigRequest updateDirectoryConfigRequest)
Updates the specified directory configuration.
updateDirectoryConfigRequest - default CompletableFuture<UpdateDirectoryConfigResponse> updateDirectoryConfig(Consumer<UpdateDirectoryConfigRequest.Builder> updateDirectoryConfigRequest)
Updates the specified directory configuration.
UpdateDirectoryConfigRequest.Builder avoiding the
need to create one manually via UpdateDirectoryConfigRequest.builder()updateDirectoryConfigRequest - a Consumer that will call methods on UpdateDirectoryConfigRequest.Builder.default CompletableFuture<UpdateFleetResponse> updateFleet(UpdateFleetRequest updateFleetRequest)
Updates the specified fleet.
If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the
fleet is in the RUNNING state, you can update the DisplayName and
ComputeCapacity attributes. If the fleet is in the STARTING or STOPPING
state, you can't update it.
updateFleetRequest - default CompletableFuture<UpdateFleetResponse> updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest)
Updates the specified fleet.
If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the
fleet is in the RUNNING state, you can update the DisplayName and
ComputeCapacity attributes. If the fleet is in the STARTING or STOPPING
state, you can't update it.
UpdateFleetRequest.Builder avoiding the need to
create one manually via UpdateFleetRequest.builder()updateFleetRequest - a Consumer that will call methods on UpdateFleetRequest.Builder.default CompletableFuture<UpdateStackResponse> updateStack(UpdateStackRequest updateStackRequest)
Updates the specified stack.
updateStackRequest - default CompletableFuture<UpdateStackResponse> updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)
Updates the specified stack.
UpdateStackRequest.Builder avoiding the need to
create one manually via UpdateStackRequest.builder()updateStackRequest - a Consumer that will call methods on UpdateStackRequest.Builder.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.