Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ResourceExplorer2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index.default TagResourceResponseResourceExplorer2Client. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index. -
Uses of TagResourceRequest in software.amazon.awssdk.services.resourceexplorer2.transform
Methods in software.amazon.awssdk.services.resourceexplorer2.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-