Uses of Interface
software.amazon.awssdk.services.route53.model.ListTagsForResourcesRequest.Builder
Packages that use ListTagsForResourcesRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListTagsForResourcesRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListTagsForResourcesRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.listTagsForResources(Consumer<ListTagsForResourcesRequest.Builder> listTagsForResourcesRequest) Lists tags for up to 10 health checks or hosted zones.default ListTagsForResourcesResponseRoute53Client.listTagsForResources(Consumer<ListTagsForResourcesRequest.Builder> listTagsForResourcesRequest) Lists tags for up to 10 health checks or hosted zones. -
Uses of ListTagsForResourcesRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListTagsForResourcesRequest.BuilderModifier and TypeMethodDescriptionListTagsForResourcesRequest.builder()ListTagsForResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTagsForResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTagsForResourcesRequest.Builder.resourceIds(String... resourceIds) A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.ListTagsForResourcesRequest.Builder.resourceIds(Collection<String> resourceIds) A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.ListTagsForResourcesRequest.Builder.resourceType(String resourceType) The type of the resources.ListTagsForResourcesRequest.Builder.resourceType(TagResourceType resourceType) The type of the resources.ListTagsForResourcesRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListTagsForResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTagsForResourcesRequest.Builder>ListTagsForResourcesRequest.serializableBuilderClass()