Uses of Interface
software.amazon.awssdk.services.efs.model.ListTagsForResourceResponse.Builder
-
Packages that use ListTagsForResourceResponse.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of ListTagsForResourceResponse.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return ListTagsForResourceResponse.Builder Modifier and Type Method Description static ListTagsForResourceResponse.BuilderListTagsForResourceResponse. builder()ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. nextToken(String nextToken)NextTokenis present if the response payload is paginated.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of the tags for the specified EFS resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Consumer<Tag.Builder>... tags)An array of the tags for the specified EFS resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of the tags for the specified EFS resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type ListTagsForResourceResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceResponse.Builder>ListTagsForResourceResponse. serializableBuilderClass()
-