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.Builder
Action. builder()
default Action.Builder
Action.Builder. exportRevisionToS3(Consumer<AutoExportRevisionToS3RequestDetails.Builder> exportRevisionToS3)
Details for the export revision to Amazon S3 action.Action.Builder
Action.Builder. exportRevisionToS3(AutoExportRevisionToS3RequestDetails exportRevisionToS3)
Details for the export revision to Amazon S3 action.Action.Builder
Action. 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.Builder
CreateEventActionRequest.Builder. action(Consumer<Action.Builder> action)
What occurs after a certain event.default CreateEventActionResponse.Builder
CreateEventActionResponse.Builder. action(Consumer<Action.Builder> action)
What occurs after a certain event.default EventActionEntry.Builder
EventActionEntry.Builder. action(Consumer<Action.Builder> action)
What occurs after a certain event.default GetEventActionResponse.Builder
GetEventActionResponse.Builder. action(Consumer<Action.Builder> action)
What occurs after a certain event.default UpdateEventActionRequest.Builder
UpdateEventActionRequest.Builder. action(Consumer<Action.Builder> action)
What occurs after a certain event.default UpdateEventActionResponse.Builder
UpdateEventActionResponse.Builder. action(Consumer<Action.Builder> action)
What occurs after a certain event.
-