Class EbsOptimizedInfo

    • Method Detail

      • baselineBandwidthInMbps

        public final Integer baselineBandwidthInMbps()

        The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

        Returns:
        The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
      • baselineThroughputInMBps

        public final Double baselineThroughputInMBps()

        The baseline throughput performance for an EBS-optimized instance type, in MB/s.

        Returns:
        The baseline throughput performance for an EBS-optimized instance type, in MB/s.
      • baselineIops

        public final Integer baselineIops()

        The baseline input/output storage operations per seconds for an EBS-optimized instance type.

        Returns:
        The baseline input/output storage operations per seconds for an EBS-optimized instance type.
      • maximumBandwidthInMbps

        public final Integer maximumBandwidthInMbps()

        The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

        Returns:
        The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
      • maximumThroughputInMBps

        public final Double maximumThroughputInMBps()

        The maximum throughput performance for an EBS-optimized instance type, in MB/s.

        Returns:
        The maximum throughput performance for an EBS-optimized instance type, in MB/s.
      • maximumIops

        public final Integer maximumIops()

        The maximum input/output storage operations per second for an EBS-optimized instance type.

        Returns:
        The maximum input/output storage operations per second for an EBS-optimized instance type.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)