Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceResponse.Builder
-
Packages that use ListTagsForResourceResponse.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of ListTagsForResourceResponse.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return ListTagsForResourceResponse.Builder Modifier and Type Method Description static ListTagsForResourceResponse.BuilderListTagsForResourceResponse. builder()ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. nextToken(String nextToken)When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags that are associated with the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Consumer<Tag.Builder>... tags)The tags that are associated with the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags that are associated with the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type ListTagsForResourceResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceResponse.Builder>ListTagsForResourceResponse. serializableBuilderClass()
-