Uses of Class
software.amazon.awssdk.services.appstream.model.ListAssociatedStacksResponse
-
Packages that use ListAssociatedStacksResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of ListAssociatedStacksResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return ListAssociatedStacksResponse Modifier and Type Method Description default ListAssociatedStacksResponseAppStreamClient. listAssociatedStacks(Consumer<ListAssociatedStacksRequest.Builder> 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.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type ListAssociatedStacksResponse Modifier and Type Method Description default CompletableFuture<ListAssociatedStacksResponse>AppStreamAsyncClient. listAssociatedStacks(Consumer<ListAssociatedStacksRequest.Builder> listAssociatedStacksRequest)Retrieves the name of the stack with which the specified fleet is associated.default CompletableFuture<ListAssociatedStacksResponse>AppStreamAsyncClient. listAssociatedStacks(ListAssociatedStacksRequest listAssociatedStacksRequest)Retrieves the name of the stack with which the specified fleet is associated.
-