Uses of Class
software.amazon.awssdk.services.workdocs.model.AdditionalResponseFieldType
-
Packages that use AdditionalResponseFieldType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of AdditionalResponseFieldType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return AdditionalResponseFieldType Modifier and Type Method Description static AdditionalResponseFieldTypeAdditionalResponseFieldType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdditionalResponseFieldTypeAdditionalResponseFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalResponseFieldType[]AdditionalResponseFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type AdditionalResponseFieldType Modifier and Type Method Description List<AdditionalResponseFieldType>SearchResourcesRequest. additionalResponseFields()A list of attributes to include in the response.static Set<AdditionalResponseFieldType>AdditionalResponseFieldType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type AdditionalResponseFieldType Modifier and Type Method Description SearchResourcesRequest.BuilderSearchResourcesRequest.Builder. additionalResponseFields(AdditionalResponseFieldType... additionalResponseFields)A list of attributes to include in the response.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type AdditionalResponseFieldType Modifier and Type Method Description SearchResourcesRequest.BuilderSearchResourcesRequest.Builder. additionalResponseFields(Collection<AdditionalResponseFieldType> additionalResponseFields)A list of attributes to include in the response.
-