Uses of Class
software.amazon.awssdk.services.workspaces.model.CreateTagsRequest
-
Packages that use CreateTagsRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of CreateTagsRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type CreateTagsRequest Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>WorkSpacesAsyncClient. createTags(CreateTagsRequest createTagsRequest)Creates the specified tags for the specified WorkSpaces resource.default CreateTagsResponseWorkSpacesClient. createTags(CreateTagsRequest createTagsRequest)Creates the specified tags for the specified WorkSpaces resource. -
Uses of CreateTagsRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type CreateTagsRequest Modifier and Type Method Description SdkHttpFullRequestCreateTagsRequestMarshaller. marshall(CreateTagsRequest createTagsRequest)
-