Uses of Class
software.amazon.awssdk.services.qapps.model.SubmissionMutationKind
-
Packages that use SubmissionMutationKind Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of SubmissionMutationKind in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return SubmissionMutationKind Modifier and Type Method Description static SubmissionMutationKindSubmissionMutationKind. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SubmissionMutationKindSubmissionMutation. mutationType()The operation that is performed on a submission.static SubmissionMutationKindSubmissionMutationKind. valueOf(String name)Returns the enum constant of this type with the specified name.static SubmissionMutationKind[]SubmissionMutationKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type SubmissionMutationKind Modifier and Type Method Description static Set<SubmissionMutationKind>SubmissionMutationKind. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type SubmissionMutationKind Modifier and Type Method Description SubmissionMutation.BuilderSubmissionMutation.Builder. mutationType(SubmissionMutationKind mutationType)The operation that is performed on a submission.
-