Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeImageAssociationsRequest
-
Packages that use DescribeImageAssociationsRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of DescribeImageAssociationsRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type DescribeImageAssociationsRequest Modifier and Type Method Description default CompletableFuture<DescribeImageAssociationsResponse>WorkSpacesAsyncClient. describeImageAssociations(DescribeImageAssociationsRequest 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. -
Uses of DescribeImageAssociationsRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type DescribeImageAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeImageAssociationsRequestMarshaller. marshall(DescribeImageAssociationsRequest describeImageAssociationsRequest)
-