| 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<ListLandingZoneOperationsResult> |
AbstractAWSControlTowerAsync.listLandingZoneOperationsAsync(ListLandingZoneOperationsRequest request,
AsyncHandler<ListLandingZoneOperationsRequest,ListLandingZoneOperationsResult> asyncHandler) |
Future<ListLandingZoneOperationsResult> |
AWSControlTowerAsyncClient.listLandingZoneOperationsAsync(ListLandingZoneOperationsRequest request,
AsyncHandler<ListLandingZoneOperationsRequest,ListLandingZoneOperationsResult> asyncHandler) |
Future<ListLandingZoneOperationsResult> |
AWSControlTowerAsync.listLandingZoneOperationsAsync(ListLandingZoneOperationsRequest listLandingZoneOperationsRequest,
AsyncHandler<ListLandingZoneOperationsRequest,ListLandingZoneOperationsResult> asyncHandler)
Lists all landing zone operations from the past 90 days.
|
| Modifier and Type | Method and Description |
|---|---|
ListLandingZoneOperationsRequest |
ListLandingZoneOperationsRequest.clone() |
ListLandingZoneOperationsRequest |
ListLandingZoneOperationsRequest.withFilter(LandingZoneOperationFilter filter)
An input filter for the
ListLandingZoneOperations API that lets you select the types of landing zone
operations to view. |
ListLandingZoneOperationsRequest |
ListLandingZoneOperationsRequest.withMaxResults(Integer maxResults)
How many results to return per API call.
|
ListLandingZoneOperationsRequest |
ListLandingZoneOperationsRequest.withNextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
Copyright © 2024. All rights reserved.