Interface GetLogObjectResponseHandler
- All Superinterfaces:
EventStreamResponseHandler<GetLogObjectResponse,
GetLogObjectResponseStream>
@Generated("software.amazon.awssdk:codegen")
public interface GetLogObjectResponseHandler
extends EventStreamResponseHandler<GetLogObjectResponse,GetLogObjectResponseStream>
Response handler for the GetLogObject API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder forGetLogObjectResponseHandler
.static interface
Visitor for subtypes ofGetLogObjectResponseStream
. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionbuilder()
Create aGetLogObjectResponseHandler.Builder
, used to create aGetLogObjectResponseHandler
.Methods inherited from interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
complete, exceptionOccurred, onEventStream, responseReceived
-
Method Details
-
builder
Create aGetLogObjectResponseHandler.Builder
, used to create aGetLogObjectResponseHandler
.
-