Uses of Class
software.amazon.awssdk.services.docdbelastic.model.OptInType
-
Packages that use OptInType Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of OptInType in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return OptInType Modifier and Type Method Description static OptInTypeOptInType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OptInTypeApplyPendingMaintenanceActionRequest. optInType()A value that specifies the type of opt-in request, or undoes an opt-in request.static OptInTypeOptInType. valueOf(String name)Returns the enum constant of this type with the specified name.static OptInType[]OptInType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type OptInType Modifier and Type Method Description static Set<OptInType>OptInType. knownValues()Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type OptInType Modifier and Type Method Description ApplyPendingMaintenanceActionRequest.BuilderApplyPendingMaintenanceActionRequest.Builder. optInType(OptInType optInType)A value that specifies the type of opt-in request, or undoes an opt-in request.
-