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