| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
static Region |
Region.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Region |
AutoEnableNewRegionConfiguration.region()
The Amazon Web Services Regions where Security Lake is automatically enabled.
|
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Region,LakeConfigurationResponse> |
GetDatalakeResponse.configurations()
Retrieves the Security Lake configuration object.
|
Map<Region,LakeConfigurationRequest> |
CreateDatalakeRequest.configurations()
Specify the Region or Regions that will contribute data to the rollup region.
|
Map<Region,LakeConfigurationRequest> |
UpdateDatalakeRequest.configurations()
Specify the Region or Regions that will contribute data to the rollup region.
|
static Set<Region> |
Region.knownValues()
|
List<Region> |
CreateDatalakeRequest.regions()
Enable Security Lake in the specified Regions.
|
List<Region> |
ListDatalakeExceptionsRequest.regionSet()
List the Amazon Web Services Regions from which exceptions are retrieved.
|
List<Region> |
LakeConfigurationResponse.replicationDestinationRegions()
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
List<Region> |
LakeConfigurationRequest.replicationDestinationRegions()
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
| Modifier and Type | Method and Description |
|---|---|
AutoEnableNewRegionConfiguration.Builder |
AutoEnableNewRegionConfiguration.Builder.region(Region region)
The Amazon Web Services Regions where Security Lake is automatically enabled.
|
CreateDatalakeRequest.Builder |
CreateDatalakeRequest.Builder.regions(Region... regions)
Enable Security Lake in the specified Regions.
|
ListDatalakeExceptionsRequest.Builder |
ListDatalakeExceptionsRequest.Builder.regionSet(Region... regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
LakeConfigurationResponse.Builder |
LakeConfigurationResponse.Builder.replicationDestinationRegions(Region... replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
LakeConfigurationRequest.Builder.replicationDestinationRegions(Region... replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDatalakeRequest.Builder |
CreateDatalakeRequest.Builder.configurations(Map<Region,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
UpdateDatalakeRequest.Builder |
UpdateDatalakeRequest.Builder.configurations(Map<Region,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
GetDatalakeResponse.Builder |
GetDatalakeResponse.Builder.configurations(Map<Region,LakeConfigurationResponse> configurations)
Retrieves the Security Lake configuration object.
|
CreateDatalakeRequest.Builder |
CreateDatalakeRequest.Builder.regions(Collection<Region> regions)
Enable Security Lake in the specified Regions.
|
ListDatalakeExceptionsRequest.Builder |
ListDatalakeExceptionsRequest.Builder.regionSet(Collection<Region> regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
LakeConfigurationResponse.Builder |
LakeConfigurationResponse.Builder.replicationDestinationRegions(Collection<Region> replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
LakeConfigurationRequest.Builder |
LakeConfigurationRequest.Builder.replicationDestinationRegions(Collection<Region> replicationDestinationRegions)
Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
Copyright © 2023. All rights reserved.