@Generated(value="software.amazon.awssdk:codegen") public interface AppStreamAsyncClient extends SdkClient
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.
|
default CompletableFuture<BatchAssociateUserStackResponse> |
batchAssociateUserStack(BatchAssociateUserStackRequest batchAssociateUserStackRequest)
Associates the specified users with the specified stacks.
|
default CompletableFuture<BatchAssociateUserStackResponse> |
batchAssociateUserStack(Consumer<BatchAssociateUserStackRequest.Builder> batchAssociateUserStackRequest)
Associates the specified users with the specified stacks.
|
default CompletableFuture<BatchDisassociateUserStackResponse> |
batchDisassociateUserStack(BatchDisassociateUserStackRequest batchDisassociateUserStackRequest)
Disassociates the specified users from the specified stacks.
|
default CompletableFuture<BatchDisassociateUserStackResponse> |
batchDisassociateUserStack(Consumer<BatchDisassociateUserStackRequest.Builder> batchDisassociateUserStackRequest)
Disassociates the specified users from the specified stacks.
|
static AppStreamAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
AppStreamAsyncClient . |
default CompletableFuture<CopyImageResponse> |
copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
default CompletableFuture<CopyImageResponse> |
copyImage(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
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 Config object in AppStream 2.0.
|
default CompletableFuture<CreateDirectoryConfigResponse> |
createDirectoryConfig(CreateDirectoryConfigRequest createDirectoryConfigRequest)
Creates a Directory Config object in AppStream 2.0.
|
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)
Creates an image builder.
|
default CompletableFuture<CreateImageBuilderResponse> |
createImageBuilder(CreateImageBuilderRequest createImageBuilderRequest)
Creates an image builder.
|
default CompletableFuture<CreateImageBuilderStreamingUrlResponse> |
createImageBuilderStreamingURL(Consumer<CreateImageBuilderStreamingUrlRequest.Builder> createImageBuilderStreamingUrlRequest)
Creates a URL to start an image builder streaming session.
|
default CompletableFuture<CreateImageBuilderStreamingUrlResponse> |
createImageBuilderStreamingURL(CreateImageBuilderStreamingUrlRequest createImageBuilderStreamingUrlRequest)
Creates a URL to start an image builder streaming session.
|
default CompletableFuture<CreateStackResponse> |
createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a stack to start streaming applications to users.
|
default CompletableFuture<CreateStackResponse> |
createStack(CreateStackRequest createStackRequest)
Creates a stack to start streaming applications to users.
|
default CompletableFuture<CreateStreamingUrlResponse> |
createStreamingURL(Consumer<CreateStreamingUrlRequest.Builder> createStreamingUrlRequest)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user.
|
default CompletableFuture<CreateStreamingUrlResponse> |
createStreamingURL(CreateStreamingUrlRequest createStreamingUrlRequest)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user.
|
default CompletableFuture<CreateUserResponse> |
createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a new user in the user pool.
|
default CompletableFuture<CreateUserResponse> |
createUser(CreateUserRequest createUserRequest)
Creates a new user in the user pool.
|
default CompletableFuture<DeleteDirectoryConfigResponse> |
deleteDirectoryConfig(Consumer<DeleteDirectoryConfigRequest.Builder> deleteDirectoryConfigRequest)
Deletes the specified Directory Config object from AppStream 2.0.
|
default CompletableFuture<DeleteDirectoryConfigResponse> |
deleteDirectoryConfig(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest)
Deletes the specified Directory Config object from AppStream 2.0.
|
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)
Deletes the specified image.
|
default CompletableFuture<DeleteImageResponse> |
deleteImage(DeleteImageRequest deleteImageRequest)
Deletes the specified image.
|
default CompletableFuture<DeleteImageBuilderResponse> |
deleteImageBuilder(Consumer<DeleteImageBuilderRequest.Builder> deleteImageBuilderRequest)
Deletes the specified image builder and releases the capacity.
|
default CompletableFuture<DeleteImageBuilderResponse> |
deleteImageBuilder(DeleteImageBuilderRequest deleteImageBuilderRequest)
Deletes the specified image builder and releases the capacity.
|
default CompletableFuture<DeleteImagePermissionsResponse> |
deleteImagePermissions(Consumer<DeleteImagePermissionsRequest.Builder> deleteImagePermissionsRequest)
Deletes permissions for the specified private image.
|
default CompletableFuture<DeleteImagePermissionsResponse> |
deleteImagePermissions(DeleteImagePermissionsRequest deleteImagePermissionsRequest)
Deletes permissions for the specified private image.
|
default CompletableFuture<DeleteStackResponse> |
deleteStack(Consumer<DeleteStackRequest.Builder> deleteStackRequest)
Deletes the specified stack.
|
default CompletableFuture<DeleteStackResponse> |
deleteStack(DeleteStackRequest deleteStackRequest)
Deletes the specified stack.
|
default CompletableFuture<DeleteUserResponse> |
deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)
Deletes a user from the user pool.
|
default CompletableFuture<DeleteUserResponse> |
deleteUser(DeleteUserRequest deleteUserRequest)
Deletes a user from the user pool.
|
default CompletableFuture<DescribeDirectoryConfigsResponse> |
describeDirectoryConfigs()
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names
for these objects are provided.
|
default CompletableFuture<DescribeDirectoryConfigsResponse> |
describeDirectoryConfigs(Consumer<DescribeDirectoryConfigsRequest.Builder> describeDirectoryConfigsRequest)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names
for these objects are provided.
|
default CompletableFuture<DescribeDirectoryConfigsResponse> |
describeDirectoryConfigs(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names
for these objects are provided.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets()
Retrieves a list that describes one or more specified fleets, if the fleet names are provided.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(DescribeFleetsRequest describeFleetsRequest)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided.
|
default CompletableFuture<DescribeImageBuildersResponse> |
describeImageBuilders()
Retrieves a list that describes one or more specified image builders, if the image builder names are provided.
|
default CompletableFuture<DescribeImageBuildersResponse> |
describeImageBuilders(Consumer<DescribeImageBuildersRequest.Builder> describeImageBuildersRequest)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided.
|
default CompletableFuture<DescribeImageBuildersResponse> |
describeImageBuilders(DescribeImageBuildersRequest describeImageBuildersRequest)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided.
|
default CompletableFuture<DescribeImagePermissionsResponse> |
describeImagePermissions(Consumer<DescribeImagePermissionsRequest.Builder> describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
|
default CompletableFuture<DescribeImagePermissionsResponse> |
describeImagePermissions(DescribeImagePermissionsRequest describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
|
default DescribeImagePermissionsPublisher |
describeImagePermissionsPaginator(Consumer<DescribeImagePermissionsRequest.Builder> describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
|
default DescribeImagePermissionsPublisher |
describeImagePermissionsPaginator(DescribeImagePermissionsRequest describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages()
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages(DescribeImagesRequest describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
default DescribeImagesPublisher |
describeImagesPaginator()
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
default DescribeImagesPublisher |
describeImagesPaginator(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
default DescribeImagesPublisher |
describeImagesPaginator(DescribeImagesRequest describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
default CompletableFuture<DescribeSessionsResponse> |
describeSessions(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)
Retrieves a list that describes the streaming sessions for a specified stack and fleet.
|
default CompletableFuture<DescribeSessionsResponse> |
describeSessions(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list that describes the streaming sessions for a specified stack and fleet.
|
default CompletableFuture<DescribeStacksResponse> |
describeStacks()
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
default CompletableFuture<DescribeStacksResponse> |
describeStacks(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
default CompletableFuture<DescribeStacksResponse> |
describeStacks(DescribeStacksRequest describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
default CompletableFuture<DescribeUsersResponse> |
describeUsers(Consumer<DescribeUsersRequest.Builder> describeUsersRequest)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided.
|
default CompletableFuture<DescribeUsersResponse> |
describeUsers(DescribeUsersRequest describeUsersRequest)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided.
|
default CompletableFuture<DescribeUserStackAssociationsResponse> |
describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects.
|
default CompletableFuture<DescribeUserStackAssociationsResponse> |
describeUserStackAssociations(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects.
|
default CompletableFuture<DisableUserResponse> |
disableUser(Consumer<DisableUserRequest.Builder> disableUserRequest)
Disables the specified user in the user pool.
|
default CompletableFuture<DisableUserResponse> |
disableUser(DisableUserRequest disableUserRequest)
Disables the specified user in the user pool.
|
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<EnableUserResponse> |
enableUser(Consumer<EnableUserRequest.Builder> enableUserRequest)
Enables a user in the user pool.
|
default CompletableFuture<EnableUserResponse> |
enableUser(EnableUserRequest enableUserRequest)
Enables a user in the user pool.
|
default CompletableFuture<ExpireSessionResponse> |
expireSession(Consumer<ExpireSessionRequest.Builder> expireSessionRequest)
Immediately stops the specified streaming session.
|
default CompletableFuture<ExpireSessionResponse> |
expireSession(ExpireSessionRequest expireSessionRequest)
Immediately stops the specified streaming session.
|
default CompletableFuture<ListAssociatedFleetsResponse> |
listAssociatedFleets(Consumer<ListAssociatedFleetsRequest.Builder> listAssociatedFleetsRequest)
Retrieves the name of the fleet that is associated with the specified stack.
|
default CompletableFuture<ListAssociatedFleetsResponse> |
listAssociatedFleets(ListAssociatedFleetsRequest listAssociatedFleetsRequest)
Retrieves the name of the fleet that is associated with the specified stack.
|
default CompletableFuture<ListAssociatedStacksResponse> |
listAssociatedStacks(Consumer<ListAssociatedStacksRequest.Builder> listAssociatedStacksRequest)
Retrieves the name of the stack with which the specified fleet is associated.
|
default CompletableFuture<ListAssociatedStacksResponse> |
listAssociatedStacks(ListAssociatedStacksRequest listAssociatedStacksRequest)
Retrieves the name of the stack with which the specified fleet is associated.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves a list of all tags for the specified AppStream 2.0 resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of all tags for the specified AppStream 2.0 resource.
|
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)
Starts the specified image builder.
|
default CompletableFuture<StartImageBuilderResponse> |
startImageBuilder(StartImageBuilderRequest startImageBuilderRequest)
Starts the specified image builder.
|
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)
Stops the specified image builder.
|
default CompletableFuture<StopImageBuilderResponse> |
stopImageBuilder(StopImageBuilderRequest stopImageBuilderRequest)
Stops the specified image builder.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
|
default CompletableFuture<UpdateDirectoryConfigResponse> |
updateDirectoryConfig(Consumer<UpdateDirectoryConfigRequest.Builder> updateDirectoryConfigRequest)
Updates the specified Directory Config object in AppStream 2.0.
|
default CompletableFuture<UpdateDirectoryConfigResponse> |
updateDirectoryConfig(UpdateDirectoryConfigRequest updateDirectoryConfigRequest)
Updates the specified Directory Config object in AppStream 2.0.
|
default CompletableFuture<UpdateFleetResponse> |
updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest)
Updates the specified fleet.
|
default CompletableFuture<UpdateFleetResponse> |
updateFleet(UpdateFleetRequest updateFleetRequest)
Updates the specified fleet.
|
default CompletableFuture<UpdateImagePermissionsResponse> |
updateImagePermissions(Consumer<UpdateImagePermissionsRequest.Builder> updateImagePermissionsRequest)
Adds or updates permissions for the specified private image.
|
default CompletableFuture<UpdateImagePermissionsResponse> |
updateImagePermissions(UpdateImagePermissionsRequest updateImagePermissionsRequest)
Adds or updates permissions for the specified private image.
|
default CompletableFuture<UpdateStackResponse> |
updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)
Updates the specified fields for the specified stack.
|
default CompletableFuture<UpdateStackResponse> |
updateStack(UpdateStackRequest updateStackRequest)
Updates the specified fields for the specified stack.
|
serviceName
close
static 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.
This is a convenience which creates an instance of the AssociateFleetRequest.Builder
avoiding the need to
create one manually via AssociateFleetRequest.builder()
associateFleetRequest
- A Consumer
that will call methods on AssociateFleetRequest.Builder
to create a request.default CompletableFuture<BatchAssociateUserStackResponse> batchAssociateUserStack(BatchAssociateUserStackRequest batchAssociateUserStackRequest)
Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.
batchAssociateUserStackRequest
- default CompletableFuture<BatchAssociateUserStackResponse> batchAssociateUserStack(Consumer<BatchAssociateUserStackRequest.Builder> batchAssociateUserStackRequest)
Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.
This is a convenience which creates an instance of the BatchAssociateUserStackRequest.Builder
avoiding
the need to create one manually via BatchAssociateUserStackRequest.builder()
batchAssociateUserStackRequest
- A Consumer
that will call methods on BatchAssociateUserStackRequest.Builder
to create a
request.default CompletableFuture<BatchDisassociateUserStackResponse> batchDisassociateUserStack(BatchDisassociateUserStackRequest batchDisassociateUserStackRequest)
Disassociates the specified users from the specified stacks.
batchDisassociateUserStackRequest
- default CompletableFuture<BatchDisassociateUserStackResponse> batchDisassociateUserStack(Consumer<BatchDisassociateUserStackRequest.Builder> batchDisassociateUserStackRequest)
Disassociates the specified users from the specified stacks.
This is a convenience which creates an instance of the BatchDisassociateUserStackRequest.Builder
avoiding
the need to create one manually via BatchDisassociateUserStackRequest.builder()
batchDisassociateUserStackRequest
- A Consumer
that will call methods on BatchDisassociateUserStackRequest.Builder
to create a
request.default CompletableFuture<CopyImageResponse> copyImage(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.
copyImageRequest
- default CompletableFuture<CopyImageResponse> copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.
This is a convenience which creates an instance of the CopyImageRequest.Builder
avoiding the need to
create one manually via CopyImageRequest.builder()
copyImageRequest
- A Consumer
that will call methods on CopyImageRequest.Builder
to create a request.default CompletableFuture<CreateDirectoryConfigResponse> createDirectoryConfig(CreateDirectoryConfigRequest createDirectoryConfigRequest)
Creates a Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
createDirectoryConfigRequest
- default CompletableFuture<CreateDirectoryConfigResponse> createDirectoryConfig(Consumer<CreateDirectoryConfigRequest.Builder> createDirectoryConfigRequest)
Creates a Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
This is a convenience which creates an instance of the CreateDirectoryConfigRequest.Builder
avoiding the
need to create one manually via CreateDirectoryConfigRequest.builder()
createDirectoryConfigRequest
- A Consumer
that will call methods on CreateDirectoryConfigRequest.Builder
to create a
request.default CompletableFuture<CreateFleetResponse> createFleet(CreateFleetRequest createFleetRequest)
Creates a fleet. A fleet consists of streaming instances that run a specified image.
createFleetRequest
- default CompletableFuture<CreateFleetResponse> createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Creates a fleet. A fleet consists of streaming instances that run a specified image.
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<CreateImageBuilderResponse> createImageBuilder(CreateImageBuilderRequest createImageBuilderRequest)
Creates an image builder. An image builder is a virtual machine that is used to create an image.
The initial state of the builder is PENDING
. When it is ready, the state is RUNNING
.
createImageBuilderRequest
- default CompletableFuture<CreateImageBuilderResponse> createImageBuilder(Consumer<CreateImageBuilderRequest.Builder> createImageBuilderRequest)
Creates an image builder. An image builder is a virtual machine that is used to create an image.
The initial state of the builder is PENDING
. When it is ready, the state is RUNNING
.
This is a convenience which creates an instance of the CreateImageBuilderRequest.Builder
avoiding the
need to create one manually via CreateImageBuilderRequest.builder()
createImageBuilderRequest
- A Consumer
that will call methods on CreateImageBuilderRequest.Builder
to create a
request.default CompletableFuture<CreateImageBuilderStreamingUrlResponse> createImageBuilderStreamingURL(CreateImageBuilderStreamingUrlRequest createImageBuilderStreamingUrlRequest)
Creates a URL to start an image builder streaming session.
createImageBuilderStreamingUrlRequest
- default CompletableFuture<CreateImageBuilderStreamingUrlResponse> createImageBuilderStreamingURL(Consumer<CreateImageBuilderStreamingUrlRequest.Builder> createImageBuilderStreamingUrlRequest)
Creates a URL to start an image builder streaming session.
This is a convenience which creates an instance of the CreateImageBuilderStreamingUrlRequest.Builder
avoiding the need to create one manually via CreateImageBuilderStreamingUrlRequest.builder()
createImageBuilderStreamingUrlRequest
- A Consumer
that will call methods on CreateImageBuilderStreamingURLRequest.Builder
to
create a request.default CompletableFuture<CreateStackResponse> createStack(CreateStackRequest createStackRequest)
Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.
createStackRequest
- default CompletableFuture<CreateStackResponse> createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.
This is a convenience which creates an instance of the CreateStackRequest.Builder
avoiding the need to
create one manually via CreateStackRequest.builder()
createStackRequest
- A Consumer
that will call methods on CreateStackRequest.Builder
to create a request.default CompletableFuture<CreateStreamingUrlResponse> createStreamingURL(CreateStreamingUrlRequest createStreamingUrlRequest)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.
createStreamingUrlRequest
- default CompletableFuture<CreateStreamingUrlResponse> createStreamingURL(Consumer<CreateStreamingUrlRequest.Builder> createStreamingUrlRequest)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.
This is a convenience which creates an instance of the CreateStreamingUrlRequest.Builder
avoiding the
need to create one manually via CreateStreamingUrlRequest.builder()
createStreamingUrlRequest
- A Consumer
that will call methods on CreateStreamingURLRequest.Builder
to create a
request.default CompletableFuture<CreateUserResponse> createUser(CreateUserRequest createUserRequest)
Creates a new user in the user pool.
createUserRequest
- default CompletableFuture<CreateUserResponse> createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a new user in the user pool.
This is a convenience which creates an instance of the CreateUserRequest.Builder
avoiding the need to
create one manually via CreateUserRequest.builder()
createUserRequest
- A Consumer
that will call methods on CreateUserRequest.Builder
to create a request.default CompletableFuture<DeleteDirectoryConfigResponse> deleteDirectoryConfig(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest)
Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
deleteDirectoryConfigRequest
- default CompletableFuture<DeleteDirectoryConfigResponse> deleteDirectoryConfig(Consumer<DeleteDirectoryConfigRequest.Builder> deleteDirectoryConfigRequest)
Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
This is a convenience which creates an instance of the DeleteDirectoryConfigRequest.Builder
avoiding the
need to create one manually via DeleteDirectoryConfigRequest.builder()
deleteDirectoryConfigRequest
- A Consumer
that will call methods on DeleteDirectoryConfigRequest.Builder
to create a
request.default CompletableFuture<DeleteFleetResponse> deleteFleet(DeleteFleetRequest deleteFleetRequest)
Deletes the specified fleet.
deleteFleetRequest
- default CompletableFuture<DeleteFleetResponse> deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)
Deletes the specified fleet.
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<DeleteImageResponse> deleteImage(DeleteImageRequest deleteImageRequest)
Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.
deleteImageRequest
- default CompletableFuture<DeleteImageResponse> deleteImage(Consumer<DeleteImageRequest.Builder> deleteImageRequest)
Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.
This is a convenience which creates an instance of the DeleteImageRequest.Builder
avoiding the need to
create one manually via DeleteImageRequest.builder()
deleteImageRequest
- A Consumer
that will call methods on DeleteImageRequest.Builder
to create a request.default CompletableFuture<DeleteImageBuilderResponse> deleteImageBuilder(DeleteImageBuilderRequest deleteImageBuilderRequest)
Deletes the specified image builder and releases the capacity.
deleteImageBuilderRequest
- default CompletableFuture<DeleteImageBuilderResponse> deleteImageBuilder(Consumer<DeleteImageBuilderRequest.Builder> deleteImageBuilderRequest)
Deletes the specified image builder and releases the capacity.
This is a convenience which creates an instance of the DeleteImageBuilderRequest.Builder
avoiding the
need to create one manually via DeleteImageBuilderRequest.builder()
deleteImageBuilderRequest
- A Consumer
that will call methods on DeleteImageBuilderRequest.Builder
to create a
request.default CompletableFuture<DeleteImagePermissionsResponse> deleteImagePermissions(DeleteImagePermissionsRequest deleteImagePermissionsRequest)
Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.
deleteImagePermissionsRequest
- default CompletableFuture<DeleteImagePermissionsResponse> deleteImagePermissions(Consumer<DeleteImagePermissionsRequest.Builder> deleteImagePermissionsRequest)
Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.
This is a convenience which creates an instance of the DeleteImagePermissionsRequest.Builder
avoiding the
need to create one manually via DeleteImagePermissionsRequest.builder()
deleteImagePermissionsRequest
- A Consumer
that will call methods on DeleteImagePermissionsRequest.Builder
to create a
request.default CompletableFuture<DeleteStackResponse> deleteStack(DeleteStackRequest deleteStackRequest)
Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.
deleteStackRequest
- default CompletableFuture<DeleteStackResponse> deleteStack(Consumer<DeleteStackRequest.Builder> deleteStackRequest)
Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.
This is a convenience which creates an instance of the DeleteStackRequest.Builder
avoiding the need to
create one manually via DeleteStackRequest.builder()
deleteStackRequest
- A Consumer
that will call methods on DeleteStackRequest.Builder
to create a request.default CompletableFuture<DeleteUserResponse> deleteUser(DeleteUserRequest deleteUserRequest)
Deletes a user from the user pool.
deleteUserRequest
- default CompletableFuture<DeleteUserResponse> deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)
Deletes a user from the user pool.
This is a convenience which creates an instance of the DeleteUserRequest.Builder
avoiding the need to
create one manually via DeleteUserRequest.builder()
deleteUserRequest
- A Consumer
that will call methods on DeleteUserRequest.Builder
to create a request.default CompletableFuture<DescribeDirectoryConfigsResponse> describeDirectoryConfigs(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the information required to join streaming instances to an Active Directory domain.
Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
describeDirectoryConfigsRequest
- default CompletableFuture<DescribeDirectoryConfigsResponse> describeDirectoryConfigs(Consumer<DescribeDirectoryConfigsRequest.Builder> describeDirectoryConfigsRequest)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the information required to join streaming instances to an Active Directory domain.
Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
This is a convenience which creates an instance of the DescribeDirectoryConfigsRequest.Builder
avoiding
the need to create one manually via DescribeDirectoryConfigsRequest.builder()
describeDirectoryConfigsRequest
- A Consumer
that will call methods on DescribeDirectoryConfigsRequest.Builder
to create a
request.default CompletableFuture<DescribeDirectoryConfigsResponse> describeDirectoryConfigs()
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the information required to join streaming instances to an Active Directory domain.
Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
default CompletableFuture<DescribeFleetsResponse> describeFleets(DescribeFleetsRequest describeFleetsRequest)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
describeFleetsRequest
- default CompletableFuture<DescribeFleetsResponse> describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
This is a convenience which creates an instance of the DescribeFleetsRequest.Builder
avoiding the need to
create one manually via DescribeFleetsRequest.builder()
describeFleetsRequest
- A Consumer
that will call methods on DescribeFleetsRequest.Builder
to create a request.default CompletableFuture<DescribeFleetsResponse> describeFleets()
Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
default CompletableFuture<DescribeImageBuildersResponse> describeImageBuilders(DescribeImageBuildersRequest describeImageBuildersRequest)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.
describeImageBuildersRequest
- default CompletableFuture<DescribeImageBuildersResponse> describeImageBuilders(Consumer<DescribeImageBuildersRequest.Builder> describeImageBuildersRequest)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.
This is a convenience which creates an instance of the DescribeImageBuildersRequest.Builder
avoiding the
need to create one manually via DescribeImageBuildersRequest.builder()
describeImageBuildersRequest
- A Consumer
that will call methods on DescribeImageBuildersRequest.Builder
to create a
request.default CompletableFuture<DescribeImageBuildersResponse> describeImageBuilders()
Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.
default CompletableFuture<DescribeImagePermissionsResponse> describeImagePermissions(DescribeImagePermissionsRequest describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
describeImagePermissionsRequest
- default CompletableFuture<DescribeImagePermissionsResponse> describeImagePermissions(Consumer<DescribeImagePermissionsRequest.Builder> describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
This is a convenience which creates an instance of the DescribeImagePermissionsRequest.Builder
avoiding
the need to create one manually via DescribeImagePermissionsRequest.builder()
describeImagePermissionsRequest
- A Consumer
that will call methods on DescribeImagePermissionsRequest.Builder
to create a
request.default DescribeImagePermissionsPublisher describeImagePermissionsPaginator(DescribeImagePermissionsRequest describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
This is a variant of
describeImagePermissions(software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsRequest)
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.appstream.paginators.DescribeImagePermissionsPublisher publisher = client.describeImagePermissionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appstream.paginators.DescribeImagePermissionsPublisher publisher = client.describeImagePermissionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
describeImagePermissions(software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsRequest)
operation.
describeImagePermissionsRequest
- default DescribeImagePermissionsPublisher describeImagePermissionsPaginator(Consumer<DescribeImagePermissionsRequest.Builder> describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
This is a variant of
describeImagePermissions(software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsRequest)
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.appstream.paginators.DescribeImagePermissionsPublisher publisher = client.describeImagePermissionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appstream.paginators.DescribeImagePermissionsPublisher publisher = client.describeImagePermissionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
describeImagePermissions(software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsRequest)
operation.
This is a convenience which creates an instance of the DescribeImagePermissionsRequest.Builder
avoiding
the need to create one manually via DescribeImagePermissionsRequest.builder()
describeImagePermissionsRequest
- A Consumer
that will call methods on DescribeImagePermissionsRequest.Builder
to create a
request.default CompletableFuture<DescribeImagesResponse> describeImages(DescribeImagesRequest describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
describeImagesRequest
- default CompletableFuture<DescribeImagesResponse> describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
This is a convenience which creates an instance of the DescribeImagesRequest.Builder
avoiding the need to
create one manually via DescribeImagesRequest.builder()
describeImagesRequest
- A Consumer
that will call methods on DescribeImagesRequest.Builder
to create a request.default CompletableFuture<DescribeImagesResponse> describeImages()
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
default DescribeImagesPublisher describeImagesPaginator()
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
This is a variant of
describeImages(software.amazon.awssdk.services.appstream.model.DescribeImagesRequest)
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.appstream.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appstream.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appstream.model.DescribeImagesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appstream.model.DescribeImagesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
describeImages(software.amazon.awssdk.services.appstream.model.DescribeImagesRequest)
operation.
default DescribeImagesPublisher describeImagesPaginator(DescribeImagesRequest describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
This is a variant of
describeImages(software.amazon.awssdk.services.appstream.model.DescribeImagesRequest)
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.appstream.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appstream.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appstream.model.DescribeImagesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appstream.model.DescribeImagesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
describeImages(software.amazon.awssdk.services.appstream.model.DescribeImagesRequest)
operation.
describeImagesRequest
- default DescribeImagesPublisher describeImagesPaginator(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
This is a variant of
describeImages(software.amazon.awssdk.services.appstream.model.DescribeImagesRequest)
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.appstream.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.appstream.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.appstream.model.DescribeImagesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.appstream.model.DescribeImagesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
describeImages(software.amazon.awssdk.services.appstream.model.DescribeImagesRequest)
operation.
This is a convenience which creates an instance of the DescribeImagesRequest.Builder
avoiding the need to
create one manually via DescribeImagesRequest.builder()
describeImagesRequest
- A Consumer
that will call methods on DescribeImagesRequest.Builder
to create a request.default CompletableFuture<DescribeSessionsResponse> describeSessions(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a user ID is provided for the stack and fleet, only streaming sessions for that user are described. 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)
Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a user ID is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.
This is a convenience which creates an instance of the DescribeSessionsRequest.Builder
avoiding the need
to create one manually via DescribeSessionsRequest.builder()
describeSessionsRequest
- A Consumer
that will call methods on DescribeSessionsRequest.Builder
to create a request.default CompletableFuture<DescribeStacksResponse> describeStacks(DescribeStacksRequest describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.
describeStacksRequest
- default CompletableFuture<DescribeStacksResponse> describeStacks(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.
This is a convenience which creates an instance of the DescribeStacksRequest.Builder
avoiding the need to
create one manually via DescribeStacksRequest.builder()
describeStacksRequest
- A Consumer
that will call methods on DescribeStacksRequest.Builder
to create a request.default CompletableFuture<DescribeStacksResponse> describeStacks()
Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.
default CompletableFuture<DescribeUserStackAssociationsResponse> describeUserStackAssociations(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
The stack name
The user name (email address of the user associated with the stack) and the authentication type for the user
describeUserStackAssociationsRequest
- default CompletableFuture<DescribeUserStackAssociationsResponse> describeUserStackAssociations(Consumer<DescribeUserStackAssociationsRequest.Builder> describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
The stack name
The user name (email address of the user associated with the stack) and the authentication type for the user
This is a convenience which creates an instance of the DescribeUserStackAssociationsRequest.Builder
avoiding the need to create one manually via DescribeUserStackAssociationsRequest.builder()
describeUserStackAssociationsRequest
- A Consumer
that will call methods on DescribeUserStackAssociationsRequest.Builder
to
create a request.default CompletableFuture<DescribeUsersResponse> describeUsers(DescribeUsersRequest describeUsersRequest)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided. Otherwise, all users in the user pool are described.
describeUsersRequest
- default CompletableFuture<DescribeUsersResponse> describeUsers(Consumer<DescribeUsersRequest.Builder> describeUsersRequest)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided. Otherwise, all users in the user pool are described.
This is a convenience which creates an instance of the DescribeUsersRequest.Builder
avoiding the need to
create one manually via DescribeUsersRequest.builder()
describeUsersRequest
- A Consumer
that will call methods on DescribeUsersRequest.Builder
to create a request.default CompletableFuture<DisableUserResponse> disableUser(DisableUserRequest disableUserRequest)
Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
disableUserRequest
- default CompletableFuture<DisableUserResponse> disableUser(Consumer<DisableUserRequest.Builder> disableUserRequest)
Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
This is a convenience which creates an instance of the DisableUserRequest.Builder
avoiding the need to
create one manually via DisableUserRequest.builder()
disableUserRequest
- A Consumer
that will call methods on DisableUserRequest.Builder
to create a request.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.
This is a convenience which creates an instance of the DisassociateFleetRequest.Builder
avoiding the need
to create one manually via DisassociateFleetRequest.builder()
disassociateFleetRequest
- A Consumer
that will call methods on DisassociateFleetRequest.Builder
to create a request.default CompletableFuture<EnableUserResponse> enableUser(EnableUserRequest enableUserRequest)
Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.
enableUserRequest
- default CompletableFuture<EnableUserResponse> enableUser(Consumer<EnableUserRequest.Builder> enableUserRequest)
Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.
This is a convenience which creates an instance of the EnableUserRequest.Builder
avoiding the need to
create one manually via EnableUserRequest.builder()
enableUserRequest
- A Consumer
that will call methods on EnableUserRequest.Builder
to create a request.default CompletableFuture<ExpireSessionResponse> expireSession(ExpireSessionRequest expireSessionRequest)
Immediately stops the specified streaming session.
expireSessionRequest
- default CompletableFuture<ExpireSessionResponse> expireSession(Consumer<ExpireSessionRequest.Builder> expireSessionRequest)
Immediately stops the specified streaming session.
This is a convenience which creates an instance of the ExpireSessionRequest.Builder
avoiding the need to
create one manually via ExpireSessionRequest.builder()
expireSessionRequest
- A Consumer
that will call methods on ExpireSessionRequest.Builder
to create a request.default CompletableFuture<ListAssociatedFleetsResponse> listAssociatedFleets(ListAssociatedFleetsRequest listAssociatedFleetsRequest)
Retrieves the name of the fleet that is associated with the specified stack.
listAssociatedFleetsRequest
- default CompletableFuture<ListAssociatedFleetsResponse> listAssociatedFleets(Consumer<ListAssociatedFleetsRequest.Builder> listAssociatedFleetsRequest)
Retrieves the name of the fleet that is associated with the specified stack.
This is a convenience which creates an instance of the ListAssociatedFleetsRequest.Builder
avoiding the
need to create one manually via ListAssociatedFleetsRequest.builder()
listAssociatedFleetsRequest
- A Consumer
that will call methods on ListAssociatedFleetsRequest.Builder
to create a
request.default CompletableFuture<ListAssociatedStacksResponse> listAssociatedStacks(ListAssociatedStacksRequest listAssociatedStacksRequest)
Retrieves the name of the stack with which the specified fleet is associated.
listAssociatedStacksRequest
- default CompletableFuture<ListAssociatedStacksResponse> listAssociatedStacks(Consumer<ListAssociatedStacksRequest.Builder> listAssociatedStacksRequest)
Retrieves the name of the stack with which the specified fleet is associated.
This is a convenience which creates an instance of the ListAssociatedStacksRequest.Builder
avoiding the
need to create one manually via ListAssociatedStacksRequest.builder()
listAssociatedStacksRequest
- A Consumer
that will call methods on ListAssociatedStacksRequest.Builder
to create a
request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
listTagsForResourceRequest
- default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
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<StartFleetResponse> startFleet(StartFleetRequest startFleetRequest)
Starts the specified fleet.
startFleetRequest
- default CompletableFuture<StartFleetResponse> startFleet(Consumer<StartFleetRequest.Builder> startFleetRequest)
Starts the specified fleet.
This is a convenience which creates an instance of the StartFleetRequest.Builder
avoiding the need to
create one manually via StartFleetRequest.builder()
startFleetRequest
- A Consumer
that will call methods on StartFleetRequest.Builder
to create a request.default CompletableFuture<StartImageBuilderResponse> startImageBuilder(StartImageBuilderRequest startImageBuilderRequest)
Starts the specified image builder.
startImageBuilderRequest
- default CompletableFuture<StartImageBuilderResponse> startImageBuilder(Consumer<StartImageBuilderRequest.Builder> startImageBuilderRequest)
Starts the specified image builder.
This is a convenience which creates an instance of the StartImageBuilderRequest.Builder
avoiding the need
to create one manually via StartImageBuilderRequest.builder()
startImageBuilderRequest
- A Consumer
that will call methods on StartImageBuilderRequest.Builder
to create a request.default CompletableFuture<StopFleetResponse> stopFleet(StopFleetRequest stopFleetRequest)
Stops the specified fleet.
stopFleetRequest
- default CompletableFuture<StopFleetResponse> stopFleet(Consumer<StopFleetRequest.Builder> stopFleetRequest)
Stops the specified fleet.
This is a convenience which creates an instance of the StopFleetRequest.Builder
avoiding the need to
create one manually via StopFleetRequest.builder()
stopFleetRequest
- A Consumer
that will call methods on StopFleetRequest.Builder
to create a request.default CompletableFuture<StopImageBuilderResponse> stopImageBuilder(StopImageBuilderRequest stopImageBuilderRequest)
Stops the specified image builder.
stopImageBuilderRequest
- default CompletableFuture<StopImageBuilderResponse> stopImageBuilder(Consumer<StopImageBuilderRequest.Builder> stopImageBuilderRequest)
Stops the specified image builder.
This is a convenience which creates an instance of the StopImageBuilderRequest.Builder
avoiding the need
to create one manually via StopImageBuilderRequest.builder()
stopImageBuilderRequest
- A Consumer
that will call methods on StopImageBuilderRequest.Builder
to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
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.
To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
tagResourceRequest
- default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
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.
To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
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)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
To list the current tags for your resources, use ListTagsForResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
untagResourceRequest
- default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
To list the current tags for your resources, use ListTagsForResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
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<UpdateDirectoryConfigResponse> updateDirectoryConfig(UpdateDirectoryConfigRequest updateDirectoryConfigRequest)
Updates the specified Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
updateDirectoryConfigRequest
- default CompletableFuture<UpdateDirectoryConfigResponse> updateDirectoryConfig(Consumer<UpdateDirectoryConfigRequest.Builder> updateDirectoryConfigRequest)
Updates the specified Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
This is a convenience which creates an instance of the UpdateDirectoryConfigRequest.Builder
avoiding the
need to create one manually via UpdateDirectoryConfigRequest.builder()
updateDirectoryConfigRequest
- A Consumer
that will call methods on UpdateDirectoryConfigRequest.Builder
to create a
request.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.
This is a convenience which creates an instance of the UpdateFleetRequest.Builder
avoiding the need to
create one manually via UpdateFleetRequest.builder()
updateFleetRequest
- A Consumer
that will call methods on UpdateFleetRequest.Builder
to create a request.default CompletableFuture<UpdateImagePermissionsResponse> updateImagePermissions(UpdateImagePermissionsRequest updateImagePermissionsRequest)
Adds or updates permissions for the specified private image.
updateImagePermissionsRequest
- default CompletableFuture<UpdateImagePermissionsResponse> updateImagePermissions(Consumer<UpdateImagePermissionsRequest.Builder> updateImagePermissionsRequest)
Adds or updates permissions for the specified private image.
This is a convenience which creates an instance of the UpdateImagePermissionsRequest.Builder
avoiding the
need to create one manually via UpdateImagePermissionsRequest.builder()
updateImagePermissionsRequest
- A Consumer
that will call methods on UpdateImagePermissionsRequest.Builder
to create a
request.default CompletableFuture<UpdateStackResponse> updateStack(UpdateStackRequest updateStackRequest)
Updates the specified fields for the specified stack.
updateStackRequest
- default CompletableFuture<UpdateStackResponse> updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)
Updates the specified fields for the specified stack.
This is a convenience which creates an instance of the UpdateStackRequest.Builder
avoiding the need to
create one manually via UpdateStackRequest.builder()
updateStackRequest
- A Consumer
that will call methods on UpdateStackRequest.Builder
to create a request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.