Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.AcceptType
-
Packages that use AcceptType Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of AcceptType in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return AcceptType Modifier and Type Method Description AcceptTypeAcceptPageRequest. acceptType()The type indicates if the page wasDELIVEREDorREAD.static AcceptTypeAcceptType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceptTypeAcceptType. valueOf(String name)Returns the enum constant of this type with the specified name.static AcceptType[]AcceptType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type AcceptType Modifier and Type Method Description static Set<AcceptType>AcceptType. knownValues()Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type AcceptType Modifier and Type Method Description AcceptPageRequest.BuilderAcceptPageRequest.Builder. acceptType(AcceptType acceptType)The type indicates if the page wasDELIVEREDorREAD.
-