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