Class DescribeEc2InstanceLimitsRequest

    • Method Detail

      • ec2InstanceType

        public final EC2InstanceType ec2InstanceType()

        Name of an Amazon EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.

        If the service returns an enum value that is not available in the current SDK version, ec2InstanceType will return EC2InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from ec2InstanceTypeAsString().

        Returns:
        Name of an Amazon EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.
        See Also:
        EC2InstanceType
      • ec2InstanceTypeAsString

        public final String ec2InstanceTypeAsString()

        Name of an Amazon EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.

        If the service returns an enum value that is not available in the current SDK version, ec2InstanceType will return EC2InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from ec2InstanceTypeAsString().

        Returns:
        Name of an Amazon EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.
        See Also:
        EC2InstanceType
      • location

        public final String location()

        The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such as us-west-2.

        Returns:
        The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such as us-west-2.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object