Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ServiceNamespace
-
Packages that use ServiceNamespace Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ServiceNamespace in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return ServiceNamespace Modifier and Type Method Description static ServiceNamespaceServiceNamespace. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceNamespaceGetScalingPlanResourceForecastDataRequest. serviceNamespace()The namespace of the AWS service.ServiceNamespaceScalingInstruction. serviceNamespace()The namespace of the AWS service.ServiceNamespaceScalingPlanResource. serviceNamespace()The namespace of the AWS service.static ServiceNamespaceServiceNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceNamespace[]ServiceNamespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type ServiceNamespace Modifier and Type Method Description static Set<ServiceNamespace>ServiceNamespace. knownValues()Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ServiceNamespace Modifier and Type Method Description GetScalingPlanResourceForecastDataRequest.BuilderGetScalingPlanResourceForecastDataRequest.Builder. serviceNamespace(ServiceNamespace serviceNamespace)The namespace of the AWS service.ScalingInstruction.BuilderScalingInstruction.Builder. serviceNamespace(ServiceNamespace serviceNamespace)The namespace of the AWS service.ScalingPlanResource.BuilderScalingPlanResource.Builder. serviceNamespace(ServiceNamespace serviceNamespace)The namespace of the AWS service.
-