Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.GetConfigurationSetEventDestinationsRequest.Builder
-
Packages that use GetConfigurationSetEventDestinationsRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of GetConfigurationSetEventDestinationsRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type GetConfigurationSetEventDestinationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConfigurationSetEventDestinationsResponse>PinpointEmailAsyncClient. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.default GetConfigurationSetEventDestinationsResponsePinpointEmailClient. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set. -
Uses of GetConfigurationSetEventDestinationsRequest.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return GetConfigurationSetEventDestinationsRequest.Builder Modifier and Type Method Description static GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest. builder()GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that contains the event destination.GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type GetConfigurationSetEventDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigurationSetEventDestinationsRequest.Builder>GetConfigurationSetEventDestinationsRequest. serializableBuilderClass()
-