Interface GetLogObjectResponseHandler
-
- All Superinterfaces:
EventStreamResponseHandler<GetLogObjectResponse,GetLogObjectResponseStream>
@Generated("software.amazon.awssdk:codegen") @SdkPublicApi public interface GetLogObjectResponseHandler extends EventStreamResponseHandler<GetLogObjectResponse,GetLogObjectResponseStream>
Response handler for the GetLogObject API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGetLogObjectResponseHandler.BuilderBuilder forGetLogObjectResponseHandler.static interfaceGetLogObjectResponseHandler.VisitorVisitor for subtypes ofGetLogObjectResponseStream.
-
Method Summary
Static Methods Modifier and Type Method Description static GetLogObjectResponseHandler.Builderbuilder()Create aGetLogObjectResponseHandler.Builder, used to create aGetLogObjectResponseHandler.-
Methods inherited from interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
complete, exceptionOccurred, onEventStream, responseReceived
-
-
-
-
Method Detail
-
builder
static GetLogObjectResponseHandler.Builder builder()
Create aGetLogObjectResponseHandler.Builder, used to create aGetLogObjectResponseHandler.
-
-