Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeStatus
Packages that use AsyncInvokeStatus
-
Uses of AsyncInvokeStatus in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeStatusModifier and TypeMethodDescriptionstatic AsyncInvokeStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AsyncInvokeStatusAsyncInvokeSummary.status()The invocation's status.final AsyncInvokeStatusGetAsyncInvokeResponse.status()The invocation's status.final AsyncInvokeStatusListAsyncInvokesRequest.statusEquals()Filter invocations by status.static AsyncInvokeStatusReturns 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 AsyncInvokeStatusMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AsyncInvokeStatusModifier and TypeMethodDescriptionAsyncInvokeSummary.Builder.status(AsyncInvokeStatus status) The invocation's status.GetAsyncInvokeResponse.Builder.status(AsyncInvokeStatus status) The invocation's status.ListAsyncInvokesRequest.Builder.statusEquals(AsyncInvokeStatus statusEquals) Filter invocations by status.