Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeWorkspaceImagesResponse
-
Packages that use DescribeWorkspaceImagesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeWorkspaceImagesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeWorkspaceImagesResponse Modifier and Type Method Description default DescribeWorkspaceImagesResponseWorkSpacesClient. describeWorkspaceImages()Retrieves a list that describes one or more specified images, if the image identifiers are provided.default DescribeWorkspaceImagesResponseWorkSpacesClient. describeWorkspaceImages(Consumer<DescribeWorkspaceImagesRequest.Builder> describeWorkspaceImagesRequest)Retrieves a list that describes one or more specified images, if the image identifiers are provided.default DescribeWorkspaceImagesResponseWorkSpacesClient. describeWorkspaceImages(DescribeWorkspaceImagesRequest describeWorkspaceImagesRequest)Retrieves a list that describes one or more specified images, if the image identifiers are provided.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeWorkspaceImagesResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkspaceImagesResponse>WorkSpacesAsyncClient. describeWorkspaceImages()Retrieves a list that describes one or more specified images, if the image identifiers are provided.default CompletableFuture<DescribeWorkspaceImagesResponse>WorkSpacesAsyncClient. describeWorkspaceImages(Consumer<DescribeWorkspaceImagesRequest.Builder> describeWorkspaceImagesRequest)Retrieves a list that describes one or more specified images, if the image identifiers are provided.default CompletableFuture<DescribeWorkspaceImagesResponse>WorkSpacesAsyncClient. describeWorkspaceImages(DescribeWorkspaceImagesRequest describeWorkspaceImagesRequest)Retrieves a list that describes one or more specified images, if the image identifiers are provided.
-