JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.cloudcontrolapi

Interface AWSCloudControlApiAsync

    • Method Detail

      • cancelResourceRequestAsync

        Future<CancelResourceRequestResult> cancelResourceRequestAsync(CancelResourceRequestRequest cancelResourceRequestRequest)

        Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide.

        Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.

        Parameters:
        cancelResourceRequestRequest -
        Returns:
        A Java Future containing the result of the CancelResourceRequest operation returned by the service.
        See Also:
        AWS API Documentation
      • cancelResourceRequestAsync

        Future<CancelResourceRequestResult> cancelResourceRequestAsync(CancelResourceRequestRequest cancelResourceRequestRequest,
         AsyncHandler<CancelResourceRequestRequest,CancelResourceRequestResult> asyncHandler)

        Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide.

        Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.

        Parameters:
        cancelResourceRequestRequest -
        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 CancelResourceRequest operation returned by the service.
        See Also:
        AWS API Documentation
      • createResourceAsync

        Future<CreateResourceResult> createResourceAsync(CreateResourceRequest createResourceRequest)

        Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide.

        After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent type returned by CreateResource.

        Parameters:
        createResourceRequest -
        Returns:
        A Java Future containing the result of the CreateResource operation returned by the service.
        See Also:
        AWS API Documentation
      • createResourceAsync

        Future<CreateResourceResult> createResourceAsync(CreateResourceRequest createResourceRequest,
         AsyncHandler<CreateResourceRequest,CreateResourceResult> asyncHandler)

        Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide.

        After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent type returned by CreateResource.

        Parameters:
        createResourceRequest -
        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 CreateResource operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteResourceAsync

        Future<DeleteResourceResult> deleteResourceAsync(DeleteResourceRequest deleteResourceRequest)

        Deletes the specified resource. For details, see Deleting a resource in the Amazon Web Services Cloud Control API User Guide.

        After you have initiated a resource deletion request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource.

        Parameters:
        deleteResourceRequest -
        Returns:
        A Java Future containing the result of the DeleteResource operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteResourceAsync

        Future<DeleteResourceResult> deleteResourceAsync(DeleteResourceRequest deleteResourceRequest,
         AsyncHandler<DeleteResourceRequest,DeleteResourceResult> asyncHandler)

        Deletes the specified resource. For details, see Deleting a resource in the Amazon Web Services Cloud Control API User Guide.

        After you have initiated a resource deletion request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource.

        Parameters:
        deleteResourceRequest -
        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 DeleteResource operation returned by the service.
        See Also:
        AWS API Documentation
      • getResourceAsync

        Future<GetResourceResult> getResourceAsync(GetResourceRequest getResourceRequest)

        Returns information about the current state of the specified resource. For details, see Reading a resource's current state.

        You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

        Parameters:
        getResourceRequest -
        Returns:
        A Java Future containing the result of the GetResource operation returned by the service.
        See Also:
        AWS API Documentation
      • getResourceAsync

        Future<GetResourceResult> getResourceAsync(GetResourceRequest getResourceRequest,
         AsyncHandler<GetResourceRequest,GetResourceResult> asyncHandler)

        Returns information about the current state of the specified resource. For details, see Reading a resource's current state.

        You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

        Parameters:
        getResourceRequest -
        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 GetResource operation returned by the service.
        See Also:
        AWS API Documentation
      • listResourcesAsync

        Future<ListResourcesResult> listResourcesAsync(ListResourcesRequest listResourcesRequest)

        Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide.

        You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

        Parameters:
        listResourcesRequest -
        Returns:
        A Java Future containing the result of the ListResources operation returned by the service.
        See Also:
        AWS API Documentation
      • listResourcesAsync

        Future<ListResourcesResult> listResourcesAsync(ListResourcesRequest listResourcesRequest,
         AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler)

        Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide.

        You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.

        Parameters:
        listResourcesRequest -
        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 ListResources operation returned by the service.
        See Also:
        AWS API Documentation
      • updateResourceAsync

        Future<UpdateResourceResult> updateResourceAsync(UpdateResourceRequest updateResourceRequest)

        Updates the specified property values in the resource.

        You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard.

        For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide.

        After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource.

        For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.

        Parameters:
        updateResourceRequest -
        Returns:
        A Java Future containing the result of the UpdateResource operation returned by the service.
        See Also:
        AWS API Documentation
      • updateResourceAsync

        Future<UpdateResourceResult> updateResourceAsync(UpdateResourceRequest updateResourceRequest,
         AsyncHandler<UpdateResourceRequest,UpdateResourceResult> asyncHandler)

        Updates the specified property values in the resource.

        You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard.

        For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide.

        After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource.

        For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.

        Parameters:
        updateResourceRequest -
        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 UpdateResource operation returned by the service.
        See Also:
        AWS API Documentation
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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