| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
PartnerEventSourceAccount |
PartnerEventSourceAccount.clone() |
PartnerEventSourceAccount |
PartnerEventSourceAccount.withAccount(String account)
The Amazon Web Services account ID that the partner event source was offered to.
|
PartnerEventSourceAccount |
PartnerEventSourceAccount.withCreationTime(Date creationTime)
The date and time the event source was created.
|
PartnerEventSourceAccount |
PartnerEventSourceAccount.withExpirationTime(Date expirationTime)
The date and time that the event source will expire, if the Amazon Web Services account doesn't create a matching
event bus for it.
|
PartnerEventSourceAccount |
PartnerEventSourceAccount.withState(EventSourceState state)
The state of the event source.
|
PartnerEventSourceAccount |
PartnerEventSourceAccount.withState(String state)
The state of the event source.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartnerEventSourceAccount> |
ListPartnerEventSourceAccountsResult.getPartnerEventSourceAccounts()
The list of partner event sources returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListPartnerEventSourceAccountsResult |
ListPartnerEventSourceAccountsResult.withPartnerEventSourceAccounts(PartnerEventSourceAccount... partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPartnerEventSourceAccountsResult.setPartnerEventSourceAccounts(Collection<PartnerEventSourceAccount> partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
|
ListPartnerEventSourceAccountsResult |
ListPartnerEventSourceAccountsResult.withPartnerEventSourceAccounts(Collection<PartnerEventSourceAccount> partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
|
Copyright © 2024. All rights reserved.