Uses of Class
software.amazon.awssdk.services.artifact.model.UploadState
-
Packages that use UploadState Package Description software.amazon.awssdk.services.artifact.model -
-
Uses of UploadState in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return UploadState Modifier and Type Method Description static UploadStateUploadState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UploadStateReportDetail. uploadState()The current state of the document upload.UploadStateReportSummary. uploadState()The current state of the document upload.static UploadStateUploadState. valueOf(String name)Returns the enum constant of this type with the specified name.static UploadState[]UploadState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.artifact.model that return types with arguments of type UploadState Modifier and Type Method Description static Set<UploadState>UploadState. knownValues()Methods in software.amazon.awssdk.services.artifact.model with parameters of type UploadState Modifier and Type Method Description ReportDetail.BuilderReportDetail.Builder. uploadState(UploadState uploadState)The current state of the document upload.ReportSummary.BuilderReportSummary.Builder. uploadState(UploadState uploadState)The current state of the document upload.
-