Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetInvocationStepResponse.Builder
-
Packages that use GetInvocationStepResponse.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GetInvocationStepResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetInvocationStepResponse.Builder Modifier and Type Method Description static GetInvocationStepResponse.BuilderGetInvocationStepResponse. builder()default GetInvocationStepResponse.BuilderGetInvocationStepResponse.Builder. invocationStep(Consumer<InvocationStep.Builder> invocationStep)The complete details of the requested invocation step.GetInvocationStepResponse.BuilderGetInvocationStepResponse.Builder. invocationStep(InvocationStep invocationStep)The complete details of the requested invocation step.GetInvocationStepResponse.BuilderGetInvocationStepResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetInvocationStepResponse.Builder Modifier and Type Method Description static Class<? extends GetInvocationStepResponse.Builder>GetInvocationStepResponse. serializableBuilderClass()
-