Uses of Class
com.amazonaws.services.redshift.model.DeleteTagsRequest
Packages that use DeleteTagsRequest
-
Uses of DeleteTagsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.deleteTags
(DeleteTagsRequest request) AmazonRedshift.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes a tag or tags from a resource.AmazonRedshiftClient.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes a tag or tags from a resource.AbstractAmazonRedshiftAsync.deleteTagsAsync
(DeleteTagsRequest request) AbstractAmazonRedshiftAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonRedshiftAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest) Deletes a tag or tags from a resource.AmazonRedshiftAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes a tag or tags from a resource.AmazonRedshiftAsyncClient.deleteTagsAsync
(DeleteTagsRequest request) AmazonRedshiftAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonRedshiftAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes a tag or tags from a resource.AmazonRedshiftAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) -
Uses of DeleteTagsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DeleteTagsRequestModifier and TypeMethodDescriptionDeleteTagsRequest.clone()
DeleteTagsRequest.withResourceName
(String resourceName) The Amazon Resource Name (ARN) from which you want to remove the tag or tags.DeleteTagsRequest.withTagKeys
(String... tagKeys) The tag key that you want to delete.DeleteTagsRequest.withTagKeys
(Collection<String> tagKeys) The tag key that you want to delete.