Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteTagsRequest.Builder
Packages that use DeleteTagsRequest.Builder
Package
Description
-
Uses of DeleteTagsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteTagsResponse>Ec2AsyncClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest) Deletes the specified set of tags from the specified set of resources.default DeleteTagsResponseEc2Client.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest) Deletes the specified set of tags from the specified set of resources. -
Uses of DeleteTagsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteTagsRequest.BuilderModifier and TypeMethodDescriptionstatic DeleteTagsRequest.BuilderDeleteTagsRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The IDs of the resources, separated by spaces.DeleteTagsRequest.Builder.resources(Collection<String> resources) The IDs of the resources, separated by spaces.DeleteTagsRequest.Builder.tags(Collection<Tag> tags) The tags to delete.DeleteTagsRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags to delete.The tags to delete.DeleteTagsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteTagsRequest.Builder>DeleteTagsRequest.serializableBuilderClass()