Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelCopyJobStatus
-
Packages that use ModelCopyJobStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelCopyJobStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelCopyJobStatus Modifier and Type Method Description static ModelCopyJobStatusModelCopyJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelCopyJobStatusGetModelCopyJobResponse. status()The status of the model copy job.ModelCopyJobStatusModelCopyJobSummary. status()The status of the model copy job.ModelCopyJobStatusListModelCopyJobsRequest. statusEquals()Filters for model copy jobs whose status matches the value that you specify.static ModelCopyJobStatusModelCopyJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelCopyJobStatus[]ModelCopyJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type ModelCopyJobStatus Modifier and Type Method Description static Set<ModelCopyJobStatus>ModelCopyJobStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelCopyJobStatus Modifier and Type Method Description GetModelCopyJobResponse.BuilderGetModelCopyJobResponse.Builder. status(ModelCopyJobStatus status)The status of the model copy job.ModelCopyJobSummary.BuilderModelCopyJobSummary.Builder. status(ModelCopyJobStatus status)The status of the model copy job.ListModelCopyJobsRequest.BuilderListModelCopyJobsRequest.Builder. statusEquals(ModelCopyJobStatus statusEquals)Filters for model copy jobs whose status matches the value that you specify.
-