Uses of Class
software.amazon.awssdk.services.nimble.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>NimbleAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets the tags for a resource, given its Amazon Resource Names (ARN).default ListTagsForResourceResponseNimbleClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets the tags for a resource, given its Amazon Resource Names (ARN). -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.nimble.transform
Methods in software.amazon.awssdk.services.nimble.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-