Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeApplicationsResponse
-
Packages that use DescribeApplicationsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.paginators -
-
Uses of DescribeApplicationsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeApplicationsResponse Modifier and Type Method Description default DescribeApplicationsResponseWorkSpacesClient. describeApplications(Consumer<DescribeApplicationsRequest.Builder> describeApplicationsRequest)Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.default DescribeApplicationsResponseWorkSpacesClient. describeApplications(DescribeApplicationsRequest describeApplicationsRequest)Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeApplicationsResponse Modifier and Type Method Description default CompletableFuture<DescribeApplicationsResponse>WorkSpacesAsyncClient. describeApplications(Consumer<DescribeApplicationsRequest.Builder> describeApplicationsRequest)Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.default CompletableFuture<DescribeApplicationsResponse>WorkSpacesAsyncClient. describeApplications(DescribeApplicationsRequest describeApplicationsRequest)Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners. -
Uses of DescribeApplicationsResponse in software.amazon.awssdk.services.workspaces.paginators
Methods in software.amazon.awssdk.services.workspaces.paginators that return types with arguments of type DescribeApplicationsResponse Modifier and Type Method Description Iterator<DescribeApplicationsResponse>DescribeApplicationsIterable. iterator()Method parameters in software.amazon.awssdk.services.workspaces.paginators with type arguments of type DescribeApplicationsResponse Modifier and Type Method Description voidDescribeApplicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeApplicationsResponse> subscriber)
-