Uses of Class
software.amazon.awssdk.services.controltower.model.GetLandingZoneOperationResponse
-
Packages that use GetLandingZoneOperationResponse Package Description software.amazon.awssdk.services.controltower These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your organizational units, programmatically. -
-
Uses of GetLandingZoneOperationResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetLandingZoneOperationResponse Modifier and Type Method Description default GetLandingZoneOperationResponseControlTowerClient. getLandingZoneOperation(Consumer<GetLandingZoneOperationRequest.Builder> getLandingZoneOperationRequest)Returns the status of the specified landing zone operation.default GetLandingZoneOperationResponseControlTowerClient. getLandingZoneOperation(GetLandingZoneOperationRequest getLandingZoneOperationRequest)Returns the status of the specified landing zone operation.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetLandingZoneOperationResponse Modifier and Type Method Description default CompletableFuture<GetLandingZoneOperationResponse>ControlTowerAsyncClient. getLandingZoneOperation(Consumer<GetLandingZoneOperationRequest.Builder> getLandingZoneOperationRequest)Returns the status of the specified landing zone operation.default CompletableFuture<GetLandingZoneOperationResponse>ControlTowerAsyncClient. getLandingZoneOperation(GetLandingZoneOperationRequest getLandingZoneOperationRequest)Returns the status of the specified landing zone operation.
-