JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.services.controltower

Interface AWSControlTowerAsync

    • Method Detail

      • deleteLandingZoneAsync

        Future<DeleteLandingZoneResult> deleteLandingZoneAsync(DeleteLandingZoneRequest deleteLandingZoneRequest)

        Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in accounts managed by Amazon Web Services Control Tower.

        Parameters:
        deleteLandingZoneRequest -
        Returns:
        A Java Future containing the result of the DeleteLandingZone operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteLandingZoneAsync

        Future<DeleteLandingZoneResult> deleteLandingZoneAsync(DeleteLandingZoneRequest deleteLandingZoneRequest,
         AsyncHandler<DeleteLandingZoneRequest,DeleteLandingZoneResult> asyncHandler)

        Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in accounts managed by Amazon Web Services Control Tower.

        Parameters:
        deleteLandingZoneRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DeleteLandingZone operation returned by the service.
        See Also:
        AWS API Documentation
      • disableBaselineAsync

        Future<DisableBaselineResult> disableBaselineAsync(DisableBaselineRequest disableBaselineRequest,
         AsyncHandler<DisableBaselineRequest,DisableBaselineResult> asyncHandler)

        Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline. For usage examples, see the Amazon Web Services Control Tower User Guide .

        Parameters:
        disableBaselineRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DisableBaseline operation returned by the service.
        See Also:
        AWS API Documentation
      • disableControlAsync

        Future<DisableControlResult> disableControlAsync(DisableControlRequest disableControlRequest)

        This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .

        Parameters:
        disableControlRequest -
        Returns:
        A Java Future containing the result of the DisableControl operation returned by the service.
        See Also:
        AWS API Documentation
      • disableControlAsync

        Future<DisableControlResult> disableControlAsync(DisableControlRequest disableControlRequest,
         AsyncHandler<DisableControlRequest,DisableControlResult> asyncHandler)

        This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .

        Parameters:
        disableControlRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DisableControl operation returned by the service.
        See Also:
        AWS API Documentation
      • enableControlAsync

        Future<EnableControlResult> enableControlAsync(EnableControlRequest enableControlRequest)

        This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .

        Parameters:
        enableControlRequest -
        Returns:
        A Java Future containing the result of the EnableControl operation returned by the service.
        See Also:
        AWS API Documentation
      • enableControlAsync

        Future<EnableControlResult> enableControlAsync(EnableControlRequest enableControlRequest,
         AsyncHandler<EnableControlRequest,EnableControlResult> asyncHandler)

        This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .

        Parameters:
        enableControlRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the EnableControl operation returned by the service.
        See Also:
        AWS API Documentation
      • getControlOperationAsync

        Future<GetControlOperationResult> getControlOperationAsync(GetControlOperationRequest getControlOperationRequest)

        Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .

        Parameters:
        getControlOperationRequest -
        Returns:
        A Java Future containing the result of the GetControlOperation operation returned by the service.
        See Also:
        AWS API Documentation
      • getControlOperationAsync

        Future<GetControlOperationResult> getControlOperationAsync(GetControlOperationRequest getControlOperationRequest,
         AsyncHandler<GetControlOperationRequest,GetControlOperationResult> asyncHandler)

        Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .

        Parameters:
        getControlOperationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the GetControlOperation operation returned by the service.
        See Also:
        AWS API Documentation
      • getEnabledBaselineAsync

        Future<GetEnabledBaselineResult> getEnabledBaselineAsync(GetEnabledBaselineRequest getEnabledBaselineRequest)

        Retrieve details of an EnabledBaseline resource by specifying its identifier.

        Parameters:
        getEnabledBaselineRequest -
        Returns:
        A Java Future containing the result of the GetEnabledBaseline operation returned by the service.
        See Also:
        AWS API Documentation
      • getEnabledBaselineAsync

        Future<GetEnabledBaselineResult> getEnabledBaselineAsync(GetEnabledBaselineRequest getEnabledBaselineRequest,
         AsyncHandler<GetEnabledBaselineRequest,GetEnabledBaselineResult> asyncHandler)

        Retrieve details of an EnabledBaseline resource by specifying its identifier.

        Parameters:
        getEnabledBaselineRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the GetEnabledBaseline operation returned by the service.
        See Also:
        AWS API Documentation
      • getLandingZoneOperationAsync

        Future<GetLandingZoneOperationResult> getLandingZoneOperationAsync(GetLandingZoneOperationRequest getLandingZoneOperationRequest)

        Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.

        Parameters:
        getLandingZoneOperationRequest -
        Returns:
        A Java Future containing the result of the GetLandingZoneOperation operation returned by the service.
        See Also:
        AWS API Documentation
      • getLandingZoneOperationAsync

        Future<GetLandingZoneOperationResult> getLandingZoneOperationAsync(GetLandingZoneOperationRequest getLandingZoneOperationRequest,
         AsyncHandler<GetLandingZoneOperationRequest,GetLandingZoneOperationResult> asyncHandler)

        Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.

        Parameters:
        getLandingZoneOperationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the GetLandingZoneOperation operation returned by the service.
        See Also:
        AWS API Documentation
      • listEnabledControlsAsync

        Future<ListEnabledControlsResult> listEnabledControlsAsync(ListEnabledControlsRequest listEnabledControlsRequest,
         AsyncHandler<ListEnabledControlsRequest,ListEnabledControlsResult> asyncHandler)

        Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Controls Reference Guide .

        Parameters:
        listEnabledControlsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListEnabledControls operation returned by the service.
        See Also:
        AWS API Documentation
      • listLandingZoneOperationsAsync

        Future<ListLandingZoneOperationsResult> listLandingZoneOperationsAsync(ListLandingZoneOperationsRequest listLandingZoneOperationsRequest)

        Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.

        Parameters:
        listLandingZoneOperationsRequest -
        Returns:
        A Java Future containing the result of the ListLandingZoneOperations operation returned by the service.
        See Also:
        AWS API Documentation
      • listLandingZoneOperationsAsync

        Future<ListLandingZoneOperationsResult> listLandingZoneOperationsAsync(ListLandingZoneOperationsRequest listLandingZoneOperationsRequest,
         AsyncHandler<ListLandingZoneOperationsRequest,ListLandingZoneOperationsResult> asyncHandler)

        Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.

        Parameters:
        listLandingZoneOperationsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListLandingZoneOperations operation returned by the service.
        See Also:
        AWS API Documentation
      • listLandingZonesAsync

        Future<ListLandingZonesResult> listLandingZonesAsync(ListLandingZonesRequest listLandingZonesRequest)

        Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN.

        Returns one landing zone ARN.

        Parameters:
        listLandingZonesRequest -
        Returns:
        A Java Future containing the result of the ListLandingZones operation returned by the service.
        See Also:
        AWS API Documentation
      • listLandingZonesAsync

        Future<ListLandingZonesResult> listLandingZonesAsync(ListLandingZonesRequest listLandingZonesRequest,
         AsyncHandler<ListLandingZonesRequest,ListLandingZonesResult> asyncHandler)

        Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN.

        Returns one landing zone ARN.

        Parameters:
        listLandingZonesRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListLandingZones operation returned by the service.
        See Also:
        AWS API Documentation
      • resetLandingZoneAsync

        Future<ResetLandingZoneResult> resetLandingZoneAsync(ResetLandingZoneRequest resetLandingZoneRequest)

        This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.

        Parameters:
        resetLandingZoneRequest -
        Returns:
        A Java Future containing the result of the ResetLandingZone operation returned by the service.
        See Also:
        AWS API Documentation
      • resetLandingZoneAsync

        Future<ResetLandingZoneResult> resetLandingZoneAsync(ResetLandingZoneRequest resetLandingZoneRequest,
         AsyncHandler<ResetLandingZoneRequest,ResetLandingZoneResult> asyncHandler)

        This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.

        Parameters:
        resetLandingZoneRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ResetLandingZone operation returned by the service.
        See Also:
        AWS API Documentation
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /