Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeStatus
-
Packages that use AsyncInvokeStatus Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AsyncInvokeStatus in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeStatus Modifier and Type Method Description static AsyncInvokeStatusAsyncInvokeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AsyncInvokeStatusAsyncInvokeSummary. status()The invocation's status.AsyncInvokeStatusGetAsyncInvokeResponse. status()The invocation's status.AsyncInvokeStatusListAsyncInvokesRequest. statusEquals()Filter invocations by status.static AsyncInvokeStatusAsyncInvokeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncInvokeStatus[]AsyncInvokeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AsyncInvokeStatus Modifier and Type Method Description static Set<AsyncInvokeStatus>AsyncInvokeStatus. knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AsyncInvokeStatus Modifier and Type Method Description AsyncInvokeSummary.BuilderAsyncInvokeSummary.Builder. status(AsyncInvokeStatus status)The invocation's status.GetAsyncInvokeResponse.BuilderGetAsyncInvokeResponse.Builder. status(AsyncInvokeStatus status)The invocation's status.ListAsyncInvokesRequest.BuilderListAsyncInvokesRequest.Builder. statusEquals(AsyncInvokeStatus statusEquals)Filter invocations by status.
-