Uses of Interface
software.amazon.awssdk.services.route53.model.ListTagsForResourcesRequest.Builder
-
Packages that use ListTagsForResourcesRequest.Builder Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.model -
-
Uses of ListTagsForResourcesRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListTagsForResourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourcesResponse>Route53AsyncClient. 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.Builder Modifier and Type Method Description static ListTagsForResourcesRequest.BuilderListTagsForResourcesRequest. builder()ListTagsForResourcesRequest.BuilderListTagsForResourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourcesRequest.BuilderListTagsForResourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourcesRequest.BuilderListTagsForResourcesRequest.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.BuilderListTagsForResourcesRequest.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.BuilderListTagsForResourcesRequest.Builder. resourceType(String resourceType)The type of the resources.ListTagsForResourcesRequest.BuilderListTagsForResourcesRequest.Builder. resourceType(TagResourceType resourceType)The type of the resources.ListTagsForResourcesRequest.BuilderListTagsForResourcesRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListTagsForResourcesRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourcesRequest.Builder>ListTagsForResourcesRequest. serializableBuilderClass()
-