Uses of Class
software.amazon.awssdk.services.devopsguru.model.ServiceName
-
Packages that use ServiceName Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of ServiceName in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ServiceName Modifier and Type Method Description static ServiceNameServiceName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceNameServiceHealth. serviceName()The name of the Amazon Web Services service.static ServiceNameServiceName. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceName[]ServiceName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ServiceName Modifier and Type Method Description static Set<ServiceName>ServiceName. knownValues()List<ServiceName>ServiceCollection. serviceNames()An array of strings that each specifies the name of an Amazon Web Services service.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type ServiceName Modifier and Type Method Description ServiceHealth.BuilderServiceHealth.Builder. serviceName(ServiceName serviceName)The name of the Amazon Web Services service.ServiceCollection.BuilderServiceCollection.Builder. serviceNames(ServiceName... serviceNames)An array of strings that each specifies the name of an Amazon Web Services service.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type ServiceName Modifier and Type Method Description ServiceCollection.BuilderServiceCollection.Builder. serviceNames(Collection<ServiceName> serviceNames)An array of strings that each specifies the name of an Amazon Web Services service.
-