Uses of Class
software.amazon.awssdk.services.fsx.model.ServiceLimit
-
Packages that use ServiceLimit Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of ServiceLimit in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return ServiceLimit Modifier and Type Method Description static ServiceLimitServiceLimit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceLimitServiceLimitExceededException. limit()Enumeration of the service limit that was exceeded.static ServiceLimitServiceLimit. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceLimit[]ServiceLimit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type ServiceLimit Modifier and Type Method Description static Set<ServiceLimit>ServiceLimit. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type ServiceLimit Modifier and Type Method Description ServiceLimitExceededException.BuilderServiceLimitExceededException.Builder. limit(ServiceLimit limit)Enumeration of the service limit that was exceeded.
-