Uses of Class
software.amazon.awssdk.services.appstream.model.ListAssociatedFleetsResponse
-
Packages that use ListAssociatedFleetsResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of ListAssociatedFleetsResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return ListAssociatedFleetsResponse Modifier and Type Method Description default ListAssociatedFleetsResponseAppStreamClient. listAssociatedFleets(Consumer<ListAssociatedFleetsRequest.Builder> listAssociatedFleetsRequest)Retrieves the name of the fleet that is associated with the specified stack.default ListAssociatedFleetsResponseAppStreamClient. listAssociatedFleets(ListAssociatedFleetsRequest listAssociatedFleetsRequest)Retrieves the name of the fleet that is associated with the specified stack.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type ListAssociatedFleetsResponse Modifier and Type Method Description default CompletableFuture<ListAssociatedFleetsResponse>AppStreamAsyncClient. listAssociatedFleets(Consumer<ListAssociatedFleetsRequest.Builder> listAssociatedFleetsRequest)Retrieves the name of the fleet that is associated with the specified stack.default CompletableFuture<ListAssociatedFleetsResponse>AppStreamAsyncClient. listAssociatedFleets(ListAssociatedFleetsRequest listAssociatedFleetsRequest)Retrieves the name of the fleet that is associated with the specified stack.
-