Uses of Class
software.amazon.awssdk.services.appstream.model.ListAssociatedStacksRequest
-
Packages that use ListAssociatedStacksRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of ListAssociatedStacksRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type ListAssociatedStacksRequest Modifier and Type Method Description default CompletableFuture<ListAssociatedStacksResponse>AppStreamAsyncClient. listAssociatedStacks(ListAssociatedStacksRequest listAssociatedStacksRequest)Retrieves the name of the stack with which the specified fleet is associated.default ListAssociatedStacksResponseAppStreamClient. listAssociatedStacks(ListAssociatedStacksRequest listAssociatedStacksRequest)Retrieves the name of the stack with which the specified fleet is associated. -
Uses of ListAssociatedStacksRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type ListAssociatedStacksRequest Modifier and Type Method Description SdkHttpFullRequestListAssociatedStacksRequestMarshaller. marshall(ListAssociatedStacksRequest listAssociatedStacksRequest)
-