Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.amplifyuibuilder The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in your Amplify applications.software.amazon.awssdk.services.amplifyuibuilder.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.amplifyuibuilder
Methods in software.amazon.awssdk.services.amplifyuibuilder with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AmplifyUiBuilderAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags the resource with a tag key and value.default TagResourceResponseAmplifyUiBuilderClient. tagResource(TagResourceRequest tagResourceRequest)Tags the resource with a tag key and value. -
Uses of TagResourceRequest in software.amazon.awssdk.services.amplifyuibuilder.transform
Methods in software.amazon.awssdk.services.amplifyuibuilder.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-