JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.gamelift.model

Class DescribeFleetUtilizationResult

    • Constructor Detail

      • DescribeFleetUtilizationResult

        public DescribeFleetUtilizationResult()
    • Method Detail

      • getFleetUtilization

        public List<FleetUtilization> getFleetUtilization()

        A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.

        Returns:
        A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.
      • setFleetUtilization

        public void setFleetUtilization(Collection<FleetUtilization> fleetUtilization)

        A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.

        Parameters:
        fleetUtilization - A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.
      • withFleetUtilization

        public DescribeFleetUtilizationResult withFleetUtilization(FleetUtilization... fleetUtilization)

        A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.

        NOTE: This method appends the values to the existing list (if any). Use setFleetUtilization(java.util.Collection) or withFleetUtilization(java.util.Collection) if you want to override the existing values.

        Parameters:
        fleetUtilization - A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFleetUtilization

        public DescribeFleetUtilizationResult withFleetUtilization(Collection<FleetUtilization> fleetUtilization)

        A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.

        Parameters:
        fleetUtilization - A collection of objects containing utilization information for each requested fleet ID. Utilization objects are returned only for fleets that currently exist.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
      • getNextToken

        public String getNextToken()

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Returns:
        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
      • withNextToken

        public DescribeFleetUtilizationResult withNextToken(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /