Uses of Interface
software.amazon.awssdk.services.frauddetector.model.GetEventResponse.Builder
-
Packages that use GetEventResponse.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of GetEventResponse.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return GetEventResponse.Builder Modifier and Type Method Description static GetEventResponse.BuilderGetEventResponse. builder()default GetEventResponse.BuilderGetEventResponse.Builder. event(Consumer<Event.Builder> event)The details of the event.GetEventResponse.BuilderGetEventResponse.Builder. event(Event event)The details of the event.GetEventResponse.BuilderGetEventResponse. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type GetEventResponse.Builder Modifier and Type Method Description static Class<? extends GetEventResponse.Builder>GetEventResponse. serializableBuilderClass()
-