Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeApplicationAssociationsResponse
-
Packages that use DescribeApplicationAssociationsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.paginators -
-
Uses of DescribeApplicationAssociationsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeApplicationAssociationsResponse Modifier and Type Method Description default DescribeApplicationAssociationsResponseWorkSpacesClient. describeApplicationAssociations(Consumer<DescribeApplicationAssociationsRequest.Builder> describeApplicationAssociationsRequest)Describes the associations between the application and the specified associated resources.default DescribeApplicationAssociationsResponseWorkSpacesClient. describeApplicationAssociations(DescribeApplicationAssociationsRequest describeApplicationAssociationsRequest)Describes the associations between the application and the specified associated resources.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeApplicationAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeApplicationAssociationsResponse>WorkSpacesAsyncClient. describeApplicationAssociations(Consumer<DescribeApplicationAssociationsRequest.Builder> describeApplicationAssociationsRequest)Describes the associations between the application and the specified associated resources.default CompletableFuture<DescribeApplicationAssociationsResponse>WorkSpacesAsyncClient. describeApplicationAssociations(DescribeApplicationAssociationsRequest describeApplicationAssociationsRequest)Describes the associations between the application and the specified associated resources. -
Uses of DescribeApplicationAssociationsResponse in software.amazon.awssdk.services.workspaces.paginators
Methods in software.amazon.awssdk.services.workspaces.paginators that return types with arguments of type DescribeApplicationAssociationsResponse Modifier and Type Method Description Iterator<DescribeApplicationAssociationsResponse>DescribeApplicationAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.workspaces.paginators with type arguments of type DescribeApplicationAssociationsResponse Modifier and Type Method Description voidDescribeApplicationAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeApplicationAssociationsResponse> subscriber)
-