Uses of Interface
software.amazon.awssdk.services.appstream.model.ListAssociatedStacksResponse.Builder
-
Packages that use ListAssociatedStacksResponse.Builder Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ListAssociatedStacksResponse.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ListAssociatedStacksResponse.Builder Modifier and Type Method Description static ListAssociatedStacksResponse.BuilderListAssociatedStacksResponse. builder()ListAssociatedStacksResponse.BuilderListAssociatedStacksResponse.Builder. names(String... names)The name of the stack.ListAssociatedStacksResponse.BuilderListAssociatedStacksResponse.Builder. names(Collection<String> names)The name of the stack.ListAssociatedStacksResponse.BuilderListAssociatedStacksResponse.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListAssociatedStacksResponse.BuilderListAssociatedStacksResponse. toBuilder()Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type ListAssociatedStacksResponse.Builder Modifier and Type Method Description static Class<? extends ListAssociatedStacksResponse.Builder>ListAssociatedStacksResponse. serializableBuilderClass()
-