Uses of Interface
software.amazon.awssdk.services.route53.model.ChangeTagsForResourceRequest.Builder
Packages that use ChangeTagsForResourceRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ChangeTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ChangeTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.changeTagsForResource(Consumer<ChangeTagsForResourceRequest.Builder> changeTagsForResourceRequest) Adds, edits, or deletes tags for a health check or a hosted zone.default ChangeTagsForResourceResponseRoute53Client.changeTagsForResource(Consumer<ChangeTagsForResourceRequest.Builder> changeTagsForResourceRequest) Adds, edits, or deletes tags for a health check or a hosted zone. -
Uses of ChangeTagsForResourceRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ChangeTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionChangeTagsForResourceRequest.Builder.addTags(Collection<Tag> addTags) A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to editValuefor.ChangeTagsForResourceRequest.Builder.addTags(Consumer<Tag.Builder>... addTags) A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to editValuefor.A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to editValuefor.ChangeTagsForResourceRequest.builder()ChangeTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ChangeTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ChangeTagsForResourceRequest.Builder.removeTagKeys(String... removeTagKeys) A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone.ChangeTagsForResourceRequest.Builder.removeTagKeys(Collection<String> removeTagKeys) A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone.ChangeTagsForResourceRequest.Builder.resourceId(String resourceId) The ID of the resource for which you want to add, change, or delete tags.ChangeTagsForResourceRequest.Builder.resourceType(String resourceType) The type of the resource.ChangeTagsForResourceRequest.Builder.resourceType(TagResourceType resourceType) The type of the resource.ChangeTagsForResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ChangeTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChangeTagsForResourceRequest.Builder>ChangeTagsForResourceRequest.serializableBuilderClass()