| Package | Description |
|---|---|
| com.amazonaws.services.workspaces |
|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeImageAssociationsResult> |
AbstractAmazonWorkspacesAsync.describeImageAssociationsAsync(DescribeImageAssociationsRequest request,
AsyncHandler<DescribeImageAssociationsRequest,DescribeImageAssociationsResult> asyncHandler) |
Future<DescribeImageAssociationsResult> |
AmazonWorkspacesAsync.describeImageAssociationsAsync(DescribeImageAssociationsRequest describeImageAssociationsRequest,
AsyncHandler<DescribeImageAssociationsRequest,DescribeImageAssociationsResult> asyncHandler)
Describes the associations between the applications and the specified image.
|
Future<DescribeImageAssociationsResult> |
AmazonWorkspacesAsyncClient.describeImageAssociationsAsync(DescribeImageAssociationsRequest request,
AsyncHandler<DescribeImageAssociationsRequest,DescribeImageAssociationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAssociationsRequest |
DescribeImageAssociationsRequest.clone() |
DescribeImageAssociationsRequest |
DescribeImageAssociationsRequest.withAssociatedResourceTypes(Collection<String> associatedResourceTypes)
The resource types of the associated resource.
|
DescribeImageAssociationsRequest |
DescribeImageAssociationsRequest.withAssociatedResourceTypes(ImageAssociatedResourceType... associatedResourceTypes)
The resource types of the associated resource.
|
DescribeImageAssociationsRequest |
DescribeImageAssociationsRequest.withAssociatedResourceTypes(String... associatedResourceTypes)
The resource types of the associated resource.
|
DescribeImageAssociationsRequest |
DescribeImageAssociationsRequest.withImageId(String imageId)
The identifier of the image.
|
Copyright © 2024. All rights reserved.