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