Uses of Enum
com.amazonaws.services.applicationautoscaling.model.ServiceNamespace
Packages that use ServiceNamespace
-
Uses of ServiceNamespace in com.amazonaws.services.applicationautoscaling.model
Subclasses with type arguments of type ServiceNamespace in com.amazonaws.services.applicationautoscaling.modelMethods in com.amazonaws.services.applicationautoscaling.model that return ServiceNamespaceModifier and TypeMethodDescriptionstatic ServiceNamespaceUse this in place of valueOf.static ServiceNamespaceReturns 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 com.amazonaws.services.applicationautoscaling.model with parameters of type ServiceNamespaceModifier and TypeMethodDescriptionvoidDeleteScalingPolicyRequest.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling policy is associated with.voidDeregisterScalableTargetRequest.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.voidDescribeScalableTargetsRequest.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.voidDescribeScalingActivitiesRequest.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.voidDescribeScalingPoliciesRequest.setServiceNamespace(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that the scaling policy is associated with.voidPutScalingPolicyRequest.setServiceNamespace(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that this scaling policy applies to.voidRegisterScalableTargetRequest.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.voidScalableTarget.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.voidScalingActivity.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.voidScalingPolicy.setServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling policy is associated with.DeleteScalingPolicyRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling policy is associated with.DeregisterScalableTargetRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.DescribeScalableTargetsRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.DescribeScalingActivitiesRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.DescribeScalingPoliciesRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that the scaling policy is associated with.PutScalingPolicyRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that this scaling policy applies to.RegisterScalableTargetRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.ScalableTarget.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.ScalingActivity.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.ScalingPolicy.withServiceNamespace(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling policy is associated with.