Uses of Interface
software.amazon.awssdk.services.opsworks.model.ListTagsResponse.Builder
-
Packages that use ListTagsResponse.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ListTagsResponse.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return ListTagsResponse.Builder Modifier and Type Method Description static ListTagsResponse.BuilderListTagsResponse. builder()ListTagsResponse.BuilderListTagsResponse.Builder. nextToken(String nextToken)If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object'sNextTokenparameter to get the next set of results.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Map<String,String> tags)A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.ListTagsResponse.BuilderListTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type ListTagsResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsResponse.Builder>ListTagsResponse. serializableBuilderClass()
-