Uses of Interface
software.amazon.awssdk.services.route53resolver.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.route53resolver When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.software.amazon.awssdk.services.route53resolver.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53resolver
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ListTagsForResourceRequest.Builder Modifier and Type Method Description static ListTagsForResourceRequest.BuilderListTagsForResourceRequest. builder()ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. maxResults(Integer maxResults)The maximum number of tags that you want to return in the response to aListTagsForResourcerequest.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. nextToken(String nextToken)For the firstListTagsForResourcerequest, omit this value.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) for the resource that you want to list tags for.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-