Class EventStreamTaggedUnionPojoSupplier
- java.lang.Object
-
- software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier
-
- All Implemented Interfaces:
Function<SdkHttpFullResponse,SdkPojo>
public final class EventStreamTaggedUnionPojoSupplier extends Object implements Function<SdkHttpFullResponse,SdkPojo>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventStreamTaggedUnionPojoSupplier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkPojoapply(SdkHttpFullResponse sdkHttpFullResponse)static EventStreamTaggedUnionPojoSupplier.Builderbuilder()
-
-
-
Method Detail
-
apply
public SdkPojo apply(SdkHttpFullResponse sdkHttpFullResponse)
- Specified by:
applyin interfaceFunction<SdkHttpFullResponse,SdkPojo>
-
builder
public static EventStreamTaggedUnionPojoSupplier.Builder builder()
-
-