| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces |
|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeImageAssociationsResponse |
WorkSpacesClient.describeImageAssociations(Consumer<DescribeImageAssociationsRequest.Builder> describeImageAssociationsRequest)
Describes the associations between the applications and the specified image.
|
default CompletableFuture<DescribeImageAssociationsResponse> |
WorkSpacesAsyncClient.describeImageAssociations(Consumer<DescribeImageAssociationsRequest.Builder> describeImageAssociationsRequest)
Describes the associations between the applications and the specified image.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.associatedResourceTypes(Collection<ImageAssociatedResourceType> associatedResourceTypes)
The resource types of the associated resource.
|
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.associatedResourceTypes(ImageAssociatedResourceType... associatedResourceTypes)
The resource types of the associated resource.
|
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes)
The resource types of the associated resource.
|
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.associatedResourceTypesWithStrings(String... associatedResourceTypes)
The resource types of the associated resource.
|
static DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.builder() |
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.imageId(String imageId)
The identifier of the image.
|
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeImageAssociationsRequest.Builder |
DescribeImageAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeImageAssociationsRequest.Builder> |
DescribeImageAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.