| Package | Description |
|---|---|
| com.amazonaws.services.controltower |
Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic
interaction with these types of resources:
|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
Future<EnableBaselineResult> |
AbstractAWSControlTowerAsync.enableBaselineAsync(EnableBaselineRequest request,
AsyncHandler<EnableBaselineRequest,EnableBaselineResult> asyncHandler) |
Future<EnableBaselineResult> |
AWSControlTowerAsync.enableBaselineAsync(EnableBaselineRequest enableBaselineRequest,
AsyncHandler<EnableBaselineRequest,EnableBaselineResult> asyncHandler)
Enable (apply) a
Baseline to a Target. |
Future<EnableBaselineResult> |
AWSControlTowerAsyncClient.enableBaselineAsync(EnableBaselineRequest request,
AsyncHandler<EnableBaselineRequest,EnableBaselineResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
EnableBaselineRequest |
EnableBaselineRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EnableBaselineRequest |
EnableBaselineRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
EnableBaselineRequest |
EnableBaselineRequest.clone() |
EnableBaselineRequest |
EnableBaselineRequest.withBaselineIdentifier(String baselineIdentifier)
The ARN of the baseline to be enabled.
|
EnableBaselineRequest |
EnableBaselineRequest.withBaselineVersion(String baselineVersion)
The specific version to be enabled of the specified baseline.
|
EnableBaselineRequest |
EnableBaselineRequest.withTags(Map<String,String> tags)
Tags associated with input to
EnableBaseline. |
EnableBaselineRequest |
EnableBaselineRequest.withTargetIdentifier(String targetIdentifier)
The ARN of the target on which the baseline will be enabled.
|
Copyright © 2024. All rights reserved.