Uses of Interface
software.amazon.awssdk.services.appstream.model.ListAssociatedStacksRequest.Builder
-
Packages that use ListAssociatedStacksRequest.Builder Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.model -
-
Uses of ListAssociatedStacksRequest.Builder in software.amazon.awssdk.services.appstream
Method parameters in software.amazon.awssdk.services.appstream with type arguments of type ListAssociatedStacksRequest.Builder 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 ListAssociatedStacksResponseAppStreamClient. listAssociatedStacks(Consumer<ListAssociatedStacksRequest.Builder> listAssociatedStacksRequest)Retrieves the name of the stack with which the specified fleet is associated. -
Uses of ListAssociatedStacksRequest.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ListAssociatedStacksRequest.Builder Modifier and Type Method Description static ListAssociatedStacksRequest.BuilderListAssociatedStacksRequest. builder()ListAssociatedStacksRequest.BuilderListAssociatedStacksRequest.Builder. fleetName(String fleetName)The name of the fleet.ListAssociatedStacksRequest.BuilderListAssociatedStacksRequest.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListAssociatedStacksRequest.BuilderListAssociatedStacksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociatedStacksRequest.BuilderListAssociatedStacksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssociatedStacksRequest.BuilderListAssociatedStacksRequest. toBuilder()Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type ListAssociatedStacksRequest.Builder Modifier and Type Method Description static Class<? extends ListAssociatedStacksRequest.Builder>ListAssociatedStacksRequest. serializableBuilderClass()
-