Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EnvironmentInfoType
-
Packages that use EnvironmentInfoType Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EnvironmentInfoType in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return EnvironmentInfoType Modifier and Type Method Description static EnvironmentInfoTypeEnvironmentInfoType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentInfoTypeEnvironmentInfoDescription. infoType()The type of information retrieved.EnvironmentInfoTypeRequestEnvironmentInfoRequest. infoType()The type of information to request.EnvironmentInfoTypeRetrieveEnvironmentInfoRequest. infoType()The type of information to retrieve.static EnvironmentInfoTypeEnvironmentInfoType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentInfoType[]EnvironmentInfoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type EnvironmentInfoType Modifier and Type Method Description static Set<EnvironmentInfoType>EnvironmentInfoType. knownValues()Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EnvironmentInfoType Modifier and Type Method Description EnvironmentInfoDescription.BuilderEnvironmentInfoDescription.Builder. infoType(EnvironmentInfoType infoType)The type of information retrieved.RequestEnvironmentInfoRequest.BuilderRequestEnvironmentInfoRequest.Builder. infoType(EnvironmentInfoType infoType)The type of information to request.RetrieveEnvironmentInfoRequest.BuilderRetrieveEnvironmentInfoRequest.Builder. infoType(EnvironmentInfoType infoType)The type of information to retrieve.
-