default CreateLandingZoneResponse |
ControlTowerClient.createLandingZone(Consumer<CreateLandingZoneRequest.Builder> createLandingZoneRequest) |
Creates a new landing zone.
|
default CreateLandingZoneResponse |
ControlTowerClient.createLandingZone(CreateLandingZoneRequest createLandingZoneRequest) |
Creates a new landing zone.
|
default DeleteLandingZoneResponse |
ControlTowerClient.deleteLandingZone(Consumer<DeleteLandingZoneRequest.Builder> deleteLandingZoneRequest) |
Decommissions a landing zone.
|
default DeleteLandingZoneResponse |
ControlTowerClient.deleteLandingZone(DeleteLandingZoneRequest deleteLandingZoneRequest) |
Decommissions a landing zone.
|
default DisableControlResponse |
ControlTowerClient.disableControl(Consumer<DisableControlRequest.Builder> disableControlRequest) |
This API call turns off a control.
|
default DisableControlResponse |
ControlTowerClient.disableControl(DisableControlRequest disableControlRequest) |
This API call turns off a control.
|
default EnableControlResponse |
ControlTowerClient.enableControl(Consumer<EnableControlRequest.Builder> enableControlRequest) |
This API call activates a control.
|
default EnableControlResponse |
ControlTowerClient.enableControl(EnableControlRequest enableControlRequest) |
This API call activates a control.
|
default GetControlOperationResponse |
ControlTowerClient.getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest) |
Returns the status of a particular EnableControl or DisableControl operation.
|
default GetControlOperationResponse |
ControlTowerClient.getControlOperation(GetControlOperationRequest getControlOperationRequest) |
Returns the status of a particular EnableControl or DisableControl operation.
|
default GetEnabledControlResponse |
ControlTowerClient.getEnabledControl(Consumer<GetEnabledControlRequest.Builder> getEnabledControlRequest) |
Retrieves details about an enabled control.
|
default GetEnabledControlResponse |
ControlTowerClient.getEnabledControl(GetEnabledControlRequest getEnabledControlRequest) |
Retrieves details about an enabled control.
|
default GetLandingZoneResponse |
ControlTowerClient.getLandingZone(Consumer<GetLandingZoneRequest.Builder> getLandingZoneRequest) |
Returns details about the landing zone.
|
default GetLandingZoneResponse |
ControlTowerClient.getLandingZone(GetLandingZoneRequest getLandingZoneRequest) |
Returns details about the landing zone.
|
default GetLandingZoneOperationResponse |
ControlTowerClient.getLandingZoneOperation(Consumer<GetLandingZoneOperationRequest.Builder> getLandingZoneOperationRequest) |
Returns the status of the specified landing zone operation.
|
default GetLandingZoneOperationResponse |
ControlTowerClient.getLandingZoneOperation(GetLandingZoneOperationRequest getLandingZoneOperationRequest) |
Returns the status of the specified landing zone operation.
|
default ListEnabledControlsResponse |
ControlTowerClient.listEnabledControls(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest) |
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
default ListEnabledControlsResponse |
ControlTowerClient.listEnabledControls(ListEnabledControlsRequest listEnabledControlsRequest) |
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
default ListEnabledControlsIterable |
ControlTowerClient.listEnabledControlsPaginator(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest) |
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
default ListEnabledControlsIterable |
ControlTowerClient.listEnabledControlsPaginator(ListEnabledControlsRequest listEnabledControlsRequest) |
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
default ListLandingZonesResponse |
ControlTowerClient.listLandingZones(Consumer<ListLandingZonesRequest.Builder> listLandingZonesRequest) |
Returns the landing zone ARN for the landing zone deployed in your managed account.
|
default ListLandingZonesResponse |
ControlTowerClient.listLandingZones(ListLandingZonesRequest listLandingZonesRequest) |
Returns the landing zone ARN for the landing zone deployed in your managed account.
|
default ListLandingZonesIterable |
ControlTowerClient.listLandingZonesPaginator(Consumer<ListLandingZonesRequest.Builder> listLandingZonesRequest) |
Returns the landing zone ARN for the landing zone deployed in your managed account.
|
default ListLandingZonesIterable |
ControlTowerClient.listLandingZonesPaginator(ListLandingZonesRequest listLandingZonesRequest) |
Returns the landing zone ARN for the landing zone deployed in your managed account.
|
default ResetLandingZoneResponse |
ControlTowerClient.resetLandingZone(Consumer<ResetLandingZoneRequest.Builder> resetLandingZoneRequest) |
This API call resets a landing zone.
|
default ResetLandingZoneResponse |
ControlTowerClient.resetLandingZone(ResetLandingZoneRequest resetLandingZoneRequest) |
This API call resets a landing zone.
|
default UpdateEnabledControlResponse |
ControlTowerClient.updateEnabledControl(Consumer<UpdateEnabledControlRequest.Builder> updateEnabledControlRequest) |
Updates the configuration of an already enabled control.
|
default UpdateEnabledControlResponse |
ControlTowerClient.updateEnabledControl(UpdateEnabledControlRequest updateEnabledControlRequest) |
Updates the configuration of an already enabled control.
|
default UpdateLandingZoneResponse |
ControlTowerClient.updateLandingZone(Consumer<UpdateLandingZoneRequest.Builder> updateLandingZoneRequest) |
This API call updates the landing zone.
|
default UpdateLandingZoneResponse |
ControlTowerClient.updateLandingZone(UpdateLandingZoneRequest updateLandingZoneRequest) |
This API call updates the landing zone.
|