Uses of Interface
software.amazon.awssdk.services.eventbridge.model.ListEndpointsRequest.Builder
Packages that use ListEndpointsRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of ListEndpointsRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type ListEndpointsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListEndpointsResponse>EventBridgeAsyncClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest) List the global endpoints associated with this account.default ListEndpointsResponseEventBridgeClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest) List the global endpoints associated with this account. -
Uses of ListEndpointsRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ListEndpointsRequest.BuilderModifier and TypeMethodDescriptionstatic ListEndpointsRequest.BuilderListEndpointsRequest.builder()ListEndpointsRequest.Builder.homeRegion(String homeRegion) The primary Region of the endpoints associated with this account.ListEndpointsRequest.Builder.maxResults(Integer maxResults) The maximum number of results returned by the call.ListEndpointsRequest.Builder.namePrefix(String namePrefix) A value that will return a subset of the endpoints associated with this account.The token returned by a previous call, which you can use to retrieve the next set of results.ListEndpointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListEndpointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListEndpointsRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ListEndpointsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListEndpointsRequest.Builder>ListEndpointsRequest.serializableBuilderClass()