Uses of Enum Class
software.amazon.awscdk.services.applicationautoscaling.ServiceNamespace
-
Uses of ServiceNamespace in software.amazon.awscdk.services.applicationautoscaling
Methods in software.amazon.awscdk.services.applicationautoscaling that return ServiceNamespaceModifier and TypeMethodDescriptionBaseScalableAttributeProps.getServiceNamespace()Service namespace of the scalable attribute.final ServiceNamespaceBaseScalableAttributeProps.Jsii$Proxy.getServiceNamespace()ScalableTargetProps.getServiceNamespace()The namespace of the AWS service that provides the resource or custom-resource for a resource provided by your own application or service.final ServiceNamespaceScalableTargetProps.Jsii$Proxy.getServiceNamespace()static ServiceNamespaceReturns the enum constant of this class with the specified name.static ServiceNamespace[]ServiceNamespace.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.applicationautoscaling with parameters of type ServiceNamespaceModifier and TypeMethodDescriptionBaseScalableAttributeProps.Builder.serviceNamespace(ServiceNamespace serviceNamespace) Sets the value ofBaseScalableAttributeProps.getServiceNamespace()ScalableTarget.Builder.serviceNamespace(ServiceNamespace serviceNamespace) The namespace of the AWS service that provides the resource or custom-resource for a resource provided by your own application or service.ScalableTargetProps.Builder.serviceNamespace(ServiceNamespace serviceNamespace) Sets the value ofScalableTargetProps.getServiceNamespace()