Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeImageAssociationsResponse
-
Packages that use DescribeImageAssociationsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeImageAssociationsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeImageAssociationsResponse Modifier and Type Method Description default DescribeImageAssociationsResponseWorkSpacesClient. describeImageAssociations(Consumer<DescribeImageAssociationsRequest.Builder> describeImageAssociationsRequest)Describes the associations between the applications and the specified image.default DescribeImageAssociationsResponseWorkSpacesClient. describeImageAssociations(DescribeImageAssociationsRequest describeImageAssociationsRequest)Describes the associations between the applications and the specified image.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeImageAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeImageAssociationsResponse>WorkSpacesAsyncClient. describeImageAssociations(Consumer<DescribeImageAssociationsRequest.Builder> describeImageAssociationsRequest)Describes the associations between the applications and the specified image.default CompletableFuture<DescribeImageAssociationsResponse>WorkSpacesAsyncClient. describeImageAssociations(DescribeImageAssociationsRequest describeImageAssociationsRequest)Describes the associations between the applications and the specified image.
-