Uses of Interface
software.amazon.awssdk.services.dataexchange.model.GetEventActionRequest.Builder
-
Packages that use GetEventActionRequest.Builder Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.software.amazon.awssdk.services.dataexchange.model -
-
Uses of GetEventActionRequest.Builder in software.amazon.awssdk.services.dataexchange
Method parameters in software.amazon.awssdk.services.dataexchange with type arguments of type GetEventActionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEventActionResponse>DataExchangeAsyncClient. getEventAction(Consumer<GetEventActionRequest.Builder> getEventActionRequest)This operation retrieves information about an event action.default GetEventActionResponseDataExchangeClient. getEventAction(Consumer<GetEventActionRequest.Builder> getEventActionRequest)This operation retrieves information about an event action. -
Uses of GetEventActionRequest.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return GetEventActionRequest.Builder Modifier and Type Method Description static GetEventActionRequest.BuilderGetEventActionRequest. builder()GetEventActionRequest.BuilderGetEventActionRequest.Builder. eventActionId(String eventActionId)The unique identifier for the event action.GetEventActionRequest.BuilderGetEventActionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEventActionRequest.BuilderGetEventActionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEventActionRequest.BuilderGetEventActionRequest. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type GetEventActionRequest.Builder Modifier and Type Method Description static Class<? extends GetEventActionRequest.Builder>GetEventActionRequest. serializableBuilderClass()
-