Uses of Interface
software.amazon.awssdk.services.dataexchange.model.Action.Builder
-
Packages that use Action.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of Action.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return Action.Builder Modifier and Type Method Description static Action.BuilderAction. builder()default Action.BuilderAction.Builder. exportRevisionToS3(Consumer<AutoExportRevisionToS3RequestDetails.Builder> exportRevisionToS3)Details for the export revision to Amazon S3 action.Action.BuilderAction.Builder. exportRevisionToS3(AutoExportRevisionToS3RequestDetails exportRevisionToS3)Details for the export revision to Amazon S3 action.Action.BuilderAction. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type Action.Builder Modifier and Type Method Description static Class<? extends Action.Builder>Action. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type Action.Builder Modifier and Type Method Description default CreateEventActionRequest.BuilderCreateEventActionRequest.Builder. action(Consumer<Action.Builder> action)What occurs after a certain event.default CreateEventActionResponse.BuilderCreateEventActionResponse.Builder. action(Consumer<Action.Builder> action)What occurs after a certain event.default EventActionEntry.BuilderEventActionEntry.Builder. action(Consumer<Action.Builder> action)What occurs after a certain event.default GetEventActionResponse.BuilderGetEventActionResponse.Builder. action(Consumer<Action.Builder> action)What occurs after a certain event.default UpdateEventActionRequest.BuilderUpdateEventActionRequest.Builder. action(Consumer<Action.Builder> action)What occurs after a certain event.default UpdateEventActionResponse.BuilderUpdateEventActionResponse.Builder. action(Consumer<Action.Builder> action)What occurs after a certain event.
-