Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.PayloadType
Packages that use PayloadType
-
Uses of PayloadType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PayloadTypeModifier and TypeMethodDescriptionstatic PayloadTypeCreate an instance of this class withblob()initialized to the given value.static PayloadTypePayloadType.fromConversational(Consumer<Conversational.Builder> conversational) Create an instance of this class withconversational()initialized to the given value.static PayloadTypePayloadType.fromConversational(Conversational conversational) Create an instance of this class withconversational()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PayloadTypeModifier and TypeMethodDescriptionfinal List<PayloadType>CreateEventRequest.payload()The content payload of the event.final List<PayloadType>Event.payload()The content payload of the event.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PayloadTypeModifier and TypeMethodDescriptionCreateEventRequest.Builder.payload(PayloadType... payload) The content payload of the event.Event.Builder.payload(PayloadType... payload) The content payload of the event.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type PayloadTypeModifier and TypeMethodDescriptionCreateEventRequest.Builder.payload(Collection<PayloadType> payload) The content payload of the event.Event.Builder.payload(Collection<PayloadType> payload) The content payload of the event.