Uses of Class
software.amazon.awssdk.services.ebs.model.RequestThrottledExceptionReason
-
Packages that use RequestThrottledExceptionReason Package Description software.amazon.awssdk.services.ebs.model -
-
Uses of RequestThrottledExceptionReason in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return RequestThrottledExceptionReason Modifier and Type Method Description static RequestThrottledExceptionReasonRequestThrottledExceptionReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RequestThrottledExceptionReasonRequestThrottledException. reason()The reason for the exception.static RequestThrottledExceptionReasonRequestThrottledExceptionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestThrottledExceptionReason[]RequestThrottledExceptionReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type RequestThrottledExceptionReason Modifier and Type Method Description static Set<RequestThrottledExceptionReason>RequestThrottledExceptionReason. knownValues()Methods in software.amazon.awssdk.services.ebs.model with parameters of type RequestThrottledExceptionReason Modifier and Type Method Description RequestThrottledException.BuilderRequestThrottledException.Builder. reason(RequestThrottledExceptionReason reason)The reason for the exception.
-