Open 3D Engine AWSCore Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSCore::AWSScriptBehaviorS3Notifications Class Referenceabstract

AWS Script Behavior notifications for ScriptCanvas behaviors that interact with AWS S3. More...

#include <AWSScriptBehaviorS3.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnHeadObjectSuccess (const AZStd::string &resultBody)=0
 Called when a successful script behavior s3 head object call has occurred.
 
virtual void OnHeadObjectError (const AZStd::string &errorBody)=0
 Called when script behavior s3 head object call has failed.
 
virtual void OnGetObjectSuccess (const AZStd::string &resultBody)=0
 Called when a successful script behavior s3 get object call has occurred.
 
virtual void OnGetObjectError (const AZStd::string &errorBody)=0
 Called when script behavior s3 get object call has failed.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 

Detailed Description

AWS Script Behavior notifications for ScriptCanvas behaviors that interact with AWS S3.


The documentation for this class was generated from the following file: