Uses of Class
software.amazon.awssdk.services.b2bi.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>B2BiAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.default ListTagsForResourceResponseB2BiClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.b2bi.transform
Methods in software.amazon.awssdk.services.b2bi.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-