Uses of Enum
com.amazonaws.services.applicationautoscaling.model.ServiceNamespace
Packages that use ServiceNamespace
-
Uses of ServiceNamespace in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return ServiceNamespaceModifier and TypeMethodDescriptionstatic ServiceNamespace
Use this in place of valueOf.static ServiceNamespace
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 com.amazonaws.services.applicationautoscaling.model with parameters of type ServiceNamespaceModifier and TypeMethodDescriptionvoid
DeleteScalingPolicyRequest.setServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling policy is associated with.void
DeregisterScalableTargetRequest.setServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.void
DescribeScalableTargetsRequest.setServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.void
DescribeScalingActivitiesRequest.setServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.void
DescribeScalingPoliciesRequest.setServiceNamespace
(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that the scaling policy is associated with.void
PutScalingPolicyRequest.setServiceNamespace
(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that this scaling policy applies to.void
RegisterScalableTargetRequest.setServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.void
ScalableTarget.setServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.void
ScalingActivity.setServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.void
ScalingPolicy.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.