Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.DeleteConfigurationSetEventDestinationRequest.Builder
-
Packages that use DeleteConfigurationSetEventDestinationRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Delete an event destination.default DeleteConfigurationSetEventDestinationResponsePinpointEmailClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Delete an event destination. -
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest. builder()DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that contains the event destination that you want to delete.DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. eventDestinationName(String eventDestinationName)The name of the event destination that you want to delete.DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder>DeleteConfigurationSetEventDestinationRequest. serializableBuilderClass()
-