Uses of Class
software.amazon.awssdk.services.appstream.model.ListAssociatedFleetsRequest
-
Packages that use ListAssociatedFleetsRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of ListAssociatedFleetsRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type ListAssociatedFleetsRequest Modifier and Type Method Description default CompletableFuture<ListAssociatedFleetsResponse>AppStreamAsyncClient. listAssociatedFleets(ListAssociatedFleetsRequest 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. -
Uses of ListAssociatedFleetsRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type ListAssociatedFleetsRequest Modifier and Type Method Description SdkHttpFullRequestListAssociatedFleetsRequestMarshaller. marshall(ListAssociatedFleetsRequest listAssociatedFleetsRequest)
-