Uses of Class
software.amazon.awssdk.services.ssmsap.model.ApplicationType
-
Packages that use ApplicationType Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of ApplicationType in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return ApplicationType Modifier and Type Method Description ApplicationTypeRegisterApplicationRequest. applicationType()The type of the application.static ApplicationTypeApplicationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ApplicationTypeApplication. type()The type of the application.ApplicationTypeApplicationSummary. type()The type of the application.static ApplicationTypeApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationType[]ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type ApplicationType Modifier and Type Method Description static Set<ApplicationType>ApplicationType. knownValues()Methods in software.amazon.awssdk.services.ssmsap.model with parameters of type ApplicationType Modifier and Type Method Description RegisterApplicationRequest.BuilderRegisterApplicationRequest.Builder. applicationType(ApplicationType applicationType)The type of the application.Application.BuilderApplication.Builder. type(ApplicationType type)The type of the application.ApplicationSummary.BuilderApplicationSummary.Builder. type(ApplicationType type)The type of the application.
-