Uses of Class
software.amazon.awssdk.services.workdocs.model.CreateLabelsRequest
-
Packages that use CreateLabelsRequest Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.transform -
-
Uses of CreateLabelsRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type CreateLabelsRequest Modifier and Type Method Description default CompletableFuture<CreateLabelsResponse>
WorkDocsAsyncClient. createLabels(CreateLabelsRequest createLabelsRequest)
Adds the specified list of labels to the given resource (a document or folder)default CreateLabelsResponse
WorkDocsClient. createLabels(CreateLabelsRequest createLabelsRequest)
Adds the specified list of labels to the given resource (a document or folder) -
Uses of CreateLabelsRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type CreateLabelsRequest Modifier and Type Method Description SdkHttpFullRequest
CreateLabelsRequestMarshaller. marshall(CreateLabelsRequest createLabelsRequest)
-