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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder forGetLogObjectResponseHandler.static interfaceVisitor 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.
-