Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSnowDeviceManagementClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or replaces tags on a device or task.default TagResourceResponseSnowDeviceManagementClient. tagResource(TagResourceRequest tagResourceRequest)Adds or replaces tags on a device or task.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SnowDeviceManagementAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or replaces tags on a device or task.default CompletableFuture<TagResourceResponse>SnowDeviceManagementAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or replaces tags on a device or task.
-