Uses of Class
software.amazon.awssdk.services.eventbridge.model.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description software.amazon.awssdk.services.eventbridge Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of CreateConnectionResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return CreateConnectionResponse Modifier and Type Method Description default CreateConnectionResponseEventBridgeClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection.default CreateConnectionResponseEventBridgeClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>EventBridgeAsyncClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection.default CompletableFuture<CreateConnectionResponse>EventBridgeAsyncClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection.
-