Uses of Interface
software.amazon.awssdk.services.backup.model.ListTagsResponse.Builder
-
Packages that use ListTagsResponse.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ListTagsResponse.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ListTagsResponse.Builder Modifier and Type Method Description static ListTagsResponse.BuilderListTagsResponse. builder()ListTagsResponse.BuilderListTagsResponse.Builder. nextToken(String nextToken)The next item following a partial list of returned items.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Map<String,String> tags)To help organize your resources, you can assign your own metadata to the resources you create.ListTagsResponse.BuilderListTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ListTagsResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsResponse.Builder>ListTagsResponse. serializableBuilderClass()
-