Uses of Class
software.amazon.awssdk.services.eventbridge.model.CreateEndpointResponse
Packages that use CreateEndpointResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of CreateEndpointResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return CreateEndpointResponseModifier and TypeMethodDescriptiondefault CreateEndpointResponseEventBridgeClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) Creates a global endpoint.default CreateEndpointResponseEventBridgeClient.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates a global endpoint.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type CreateEndpointResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateEndpointResponse>EventBridgeAsyncClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) Creates a global endpoint.default CompletableFuture<CreateEndpointResponse>EventBridgeAsyncClient.createEndpoint(CreateEndpointRequest createEndpointRequest) Creates a global endpoint.