Uses of Interface
software.amazon.awssdk.services.route53.model.ListTagsForResourceRequest.Builder
Packages that use ListTagsForResourceRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists tags for one health check or hosted zone.default ListTagsForResourceResponseRoute53Client.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists tags for one health check or hosted zone. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionListTagsForResourceRequest.builder()ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTagsForResourceRequest.Builder.resourceId(String resourceId) The ID of the resource for which you want to retrieve tags.ListTagsForResourceRequest.Builder.resourceType(String resourceType) The type of the resource.ListTagsForResourceRequest.Builder.resourceType(TagResourceType resourceType) The type of the resource.ListTagsForResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest.serializableBuilderClass()