Uses of Class
software.amazon.awssdk.services.datazone.model.MetadataGenerationRunType
-
Packages that use MetadataGenerationRunType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of MetadataGenerationRunType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return MetadataGenerationRunType Modifier and Type Method Description static MetadataGenerationRunTypeMetadataGenerationRunType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetadataGenerationRunTypeGetMetadataGenerationRunResponse. type()The type of metadata generation run.MetadataGenerationRunTypeListMetadataGenerationRunsRequest. type()The type of the metadata generation runs.MetadataGenerationRunTypeMetadataGenerationRunItem. type()The type of the metadata generation run.MetadataGenerationRunTypeStartMetadataGenerationRunRequest. type()The type of the metadata generation run.MetadataGenerationRunTypeStartMetadataGenerationRunResponse. type()The type of the metadata generation run.static MetadataGenerationRunTypeMetadataGenerationRunType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataGenerationRunType[]MetadataGenerationRunType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type MetadataGenerationRunType Modifier and Type Method Description static Set<MetadataGenerationRunType>MetadataGenerationRunType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type MetadataGenerationRunType Modifier and Type Method Description GetMetadataGenerationRunResponse.BuilderGetMetadataGenerationRunResponse.Builder. type(MetadataGenerationRunType type)The type of metadata generation run.ListMetadataGenerationRunsRequest.BuilderListMetadataGenerationRunsRequest.Builder. type(MetadataGenerationRunType type)The type of the metadata generation runs.MetadataGenerationRunItem.BuilderMetadataGenerationRunItem.Builder. type(MetadataGenerationRunType type)The type of the metadata generation run.StartMetadataGenerationRunRequest.BuilderStartMetadataGenerationRunRequest.Builder. type(MetadataGenerationRunType type)The type of the metadata generation run.StartMetadataGenerationRunResponse.BuilderStartMetadataGenerationRunResponse.Builder. type(MetadataGenerationRunType type)The type of the metadata generation run.
-