Uses of Interface
software.amazon.awssdk.services.datazone.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>DataZoneAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for the specified resource in Amazon DataZone.default ListTagsForResourceResponseDataZoneClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for the specified resource in Amazon DataZone. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListTagsForResourceRequest.Builder Modifier and Type Method Description static ListTagsForResourceRequest.BuilderListTagsForResourceRequest. builder()ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceArn(String resourceArn)The ARN of the resource whose tags you want to list.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-