Uses of Interface
software.amazon.awssdk.services.eventbridge.model.ListPartnerEventSourceAccountsRequest.Builder
Packages that use ListPartnerEventSourceAccountsRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of ListPartnerEventSourceAccountsRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type ListPartnerEventSourceAccountsRequest.BuilderModifier and TypeMethodDescriptionEventBridgeAsyncClient.listPartnerEventSourceAccounts(Consumer<ListPartnerEventSourceAccountsRequest.Builder> listPartnerEventSourceAccountsRequest) An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with.EventBridgeClient.listPartnerEventSourceAccounts(Consumer<ListPartnerEventSourceAccountsRequest.Builder> listPartnerEventSourceAccountsRequest) An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with. -
Uses of ListPartnerEventSourceAccountsRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ListPartnerEventSourceAccountsRequest.BuilderModifier and TypeMethodDescriptionListPartnerEventSourceAccountsRequest.builder()ListPartnerEventSourceAccountsRequest.Builder.eventSourceName(String eventSourceName) The name of the partner event source to display account information about.Specifying this limits the number of results returned by this operation.The token returned by a previous call, which you can use to retrieve the next set of results.ListPartnerEventSourceAccountsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPartnerEventSourceAccountsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPartnerEventSourceAccountsRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ListPartnerEventSourceAccountsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPartnerEventSourceAccountsRequest.Builder>ListPartnerEventSourceAccountsRequest.serializableBuilderClass()