| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
SubscriberResource |
SubscriberResource.clone() |
SubscriberResource |
UpdateSubscriberResult.getSubscriber()
The account of the subscriber.
|
SubscriberResource |
GetSubscriberResult.getSubscriber()
The subscription information for the specified subscription ID.
|
SubscriberResource |
SubscriberResource.withAccessTypes(AccessType... accessTypes)
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or
through messaging to an HTTPS endpoint provided by the subscriber.
|
SubscriberResource |
SubscriberResource.withAccessTypes(Collection<String> accessTypes)
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or
through messaging to an HTTPS endpoint provided by the subscriber.
|
SubscriberResource |
SubscriberResource.withAccessTypes(String... accessTypes)
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or
through messaging to an HTTPS endpoint provided by the subscriber.
|
SubscriberResource |
SubscriberResource.withAccountId(String accountId)
The Amazon Web Services account ID you are using to create your Amazon Security Lake account.
|
SubscriberResource |
SubscriberResource.withCreatedAt(Date createdAt)
The date and time when the subscription was created.
|
SubscriberResource |
SubscriberResource.withExternalId(String externalId)
The external ID of the subscriber.
|
SubscriberResource |
SubscriberResource.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share.
|
SubscriberResource |
SubscriberResource.withResourceShareName(String resourceShareName)
The name of the resource share.
|
SubscriberResource |
SubscriberResource.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) specifying the role of the subscriber.
|
SubscriberResource |
SubscriberResource.withS3BucketArn(String s3BucketArn)
The ARN for the Amazon S3 bucket.
|
SubscriberResource |
SubscriberResource.withSnsArn(String snsArn)
The ARN for the Amazon Simple Notification Service.
|
SubscriberResource |
SubscriberResource.withSourceTypes(Collection<SourceType> sourceTypes)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
SubscriberResource |
SubscriberResource.withSourceTypes(SourceType... sourceTypes)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
SubscriberResource |
SubscriberResource.withSubscriberDescription(String subscriberDescription)
The subscriber descriptions for a subscriber account.
|
SubscriberResource |
SubscriberResource.withSubscriberName(String subscriberName)
The name of your Amazon Security Lake subscriber account.
|
SubscriberResource |
SubscriberResource.withSubscriptionEndpoint(String subscriptionEndpoint)
The subscription endpoint to which exception messages are posted.
|
SubscriberResource |
SubscriberResource.withSubscriptionId(String subscriptionId)
The subscription ID of the Amazon Security Lake subscriber account.
|
SubscriberResource |
SubscriberResource.withSubscriptionProtocol(EndpointProtocol subscriptionProtocol)
The subscription protocol to which exception messages are posted.
|
SubscriberResource |
SubscriberResource.withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception messages are posted.
|
SubscriberResource |
SubscriberResource.withSubscriptionStatus(String subscriptionStatus)
The subscription status of the Amazon Security Lake subscriber account.
|
SubscriberResource |
SubscriberResource.withSubscriptionStatus(SubscriptionStatus subscriptionStatus)
The subscription status of the Amazon Security Lake subscriber account.
|
SubscriberResource |
SubscriberResource.withUpdatedAt(Date updatedAt)
The date and time when the subscription was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubscriberResource> |
ListSubscribersResult.getSubscribers()
The subscribers available for the specified Security Lake account ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSubscriberResult.setSubscriber(SubscriberResource subscriber)
The account of the subscriber.
|
void |
GetSubscriberResult.setSubscriber(SubscriberResource subscriber)
The subscription information for the specified subscription ID.
|
UpdateSubscriberResult |
UpdateSubscriberResult.withSubscriber(SubscriberResource subscriber)
The account of the subscriber.
|
GetSubscriberResult |
GetSubscriberResult.withSubscriber(SubscriberResource subscriber)
The subscription information for the specified subscription ID.
|
ListSubscribersResult |
ListSubscribersResult.withSubscribers(SubscriberResource... subscribers)
The subscribers available for the specified Security Lake account ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSubscribersResult.setSubscribers(Collection<SubscriberResource> subscribers)
The subscribers available for the specified Security Lake account ID.
|
ListSubscribersResult |
ListSubscribersResult.withSubscribers(Collection<SubscriberResource> subscribers)
The subscribers available for the specified Security Lake account ID.
|
Copyright © 2023. All rights reserved.