Uses of Class
software.amazon.awssdk.core.async.AsyncRequestBody.BodyType
-
Packages that use AsyncRequestBody.BodyType Package Description software.amazon.awssdk.core.async -
-
Uses of AsyncRequestBody.BodyType in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncRequestBody.BodyType Modifier and Type Method Description static AsyncRequestBody.BodyTypeAsyncRequestBody.BodyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncRequestBody.BodyType[]AsyncRequestBody.BodyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-