Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteTagsRequest
-
Packages that use DeleteTagsRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of DeleteTagsRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DeleteTagsRequest Modifier and Type Method Description default CompletableFuture<DeleteTagsResponse>RedshiftAsyncClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes tags from a resource.default DeleteTagsResponseRedshiftClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes tags from a resource. -
Uses of DeleteTagsRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DeleteTagsRequest Modifier and Type Method Description SdkHttpFullRequestDeleteTagsRequestMarshaller. marshall(DeleteTagsRequest deleteTagsRequest)
-