Class AccountLimit

    • Method Detail

      • totalCodeSize

        public final Long totalCodeSize()

        The amount of storage space that you can use for all deployment packages and layer archives.

        Returns:
        The amount of storage space that you can use for all deployment packages and layer archives.
      • codeSizeUnzipped

        public final Long codeSizeUnzipped()

        The maximum size of a function's deployment package and layers when they're extracted.

        Returns:
        The maximum size of a function's deployment package and layers when they're extracted.
      • codeSizeZipped

        public final Long codeSizeZipped()

        The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.

        Returns:
        The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.
      • concurrentExecutions

        public final Integer concurrentExecutions()

        The maximum number of simultaneous function executions.

        Returns:
        The maximum number of simultaneous function executions.
      • unreservedConcurrentExecutions

        public final Integer unreservedConcurrentExecutions()

        The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.

        Returns:
        The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.
      • 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)