| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
static AccessType |
AccessType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessType> |
SubscriberResource.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.
|
List<AccessType> |
CreateSubscriberRequest.accessTypes()
The Amazon S3 or Lake Formation access type.
|
static Set<AccessType> |
AccessType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SubscriberResource.Builder |
SubscriberResource.Builder.accessTypes(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.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.accessTypes(AccessType... accessTypes)
The Amazon S3 or Lake Formation access type.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriberResource.Builder |
SubscriberResource.Builder.accessTypes(Collection<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.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.accessTypes(Collection<AccessType> accessTypes)
The Amazon S3 or Lake Formation access type.
|
Copyright © 2023. All rights reserved.