Interface AWSOpsWorksAsync

  • All Superinterfaces:
    AWSOpsWorks
    All Known Implementing Classes:
    AbstractAWSOpsWorksAsync, AWSOpsWorksAsyncClient

    public interface AWSOpsWorksAsync
    extends AWSOpsWorks
    Interface for accessing AWS OpsWorks asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept an AsyncHandler can be used to receive notification when an asynchronous operation completes.

    AWS OpsWorks

    Welcome to the AWS OpsWorks API Reference. This guide provides descriptions, syntax, and usage examples about AWS OpsWorks actions and data types, including common parameters and error codes.

    AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the AWS OpsWorks details page.

    SDKs and CLI

    The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:

    Endpoints

    AWS OpsWorks supports only one endpoint, opsworks.us-east-1.amazonaws.com (HTTPS), so you must connect to that endpoint. You can then use the API to direct AWS OpsWorks to create stacks in any AWS Region.

    Chef Versions

    When you call CreateStack, CloneStack, or UpdateStack we recommend you use the ConfigurationManager parameter to specify the Chef version. The recommended value for Linux stacks is currently 12 (the default is 11.4). Windows stacks use Chef 12.2. For more information, see Chef Versions.

    You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.
    • Method Detail

      • assignInstanceAsync

        Future<AssignInstanceResult> assignInstanceAsync​(AssignInstanceRequest assignInstanceRequest)

        Assign a registered instance to a layer.

        • You can assign registered on-premises instances to any layer type.
        • You can assign registered Amazon EC2 instances only to custom layers.
        • You cannot use this action with instances that were created with AWS OpsWorks.

        Required Permissions: To use this action, an AWS Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        assignInstanceRequest -
        Returns:
        A Java Future containing the result of the AssignInstance operation returned by the service.
      • assignInstanceAsync

        Future<AssignInstanceResult> assignInstanceAsync​(AssignInstanceRequest assignInstanceRequest,
                                                         AsyncHandler<AssignInstanceRequest,​AssignInstanceResult> asyncHandler)

        Assign a registered instance to a layer.

        • You can assign registered on-premises instances to any layer type.
        • You can assign registered Amazon EC2 instances only to custom layers.
        • You cannot use this action with instances that were created with AWS OpsWorks.

        Required Permissions: To use this action, an AWS Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        assignInstanceRequest -
        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 AssignInstance operation returned by the service.
      • assignVolumeAsync

        Future<AssignVolumeResult> assignVolumeAsync​(AssignVolumeRequest assignVolumeRequest)

        Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling RegisterVolume. After you register the volume, you must call UpdateVolume to specify a mount point before calling AssignVolume. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        assignVolumeRequest -
        Returns:
        A Java Future containing the result of the AssignVolume operation returned by the service.
      • assignVolumeAsync

        Future<AssignVolumeResult> assignVolumeAsync​(AssignVolumeRequest assignVolumeRequest,
                                                     AsyncHandler<AssignVolumeRequest,​AssignVolumeResult> asyncHandler)

        Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling RegisterVolume. After you register the volume, you must call UpdateVolume to specify a mount point before calling AssignVolume. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        assignVolumeRequest -
        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 AssignVolume operation returned by the service.
      • associateElasticIpAsync

        Future<AssociateElasticIpResult> associateElasticIpAsync​(AssociateElasticIpRequest associateElasticIpRequest)

        Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        associateElasticIpRequest -
        Returns:
        A Java Future containing the result of the AssociateElasticIp operation returned by the service.
      • associateElasticIpAsync

        Future<AssociateElasticIpResult> associateElasticIpAsync​(AssociateElasticIpRequest associateElasticIpRequest,
                                                                 AsyncHandler<AssociateElasticIpRequest,​AssociateElasticIpResult> asyncHandler)

        Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        associateElasticIpRequest -
        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 AssociateElasticIp operation returned by the service.
      • attachElasticLoadBalancerAsync

        Future<AttachElasticLoadBalancerResult> attachElasticLoadBalancerAsync​(AttachElasticLoadBalancerRequest attachElasticLoadBalancerRequest)

        Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see Elastic Load Balancing.

        You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        attachElasticLoadBalancerRequest -
        Returns:
        A Java Future containing the result of the AttachElasticLoadBalancer operation returned by the service.
      • attachElasticLoadBalancerAsync

        Future<AttachElasticLoadBalancerResult> attachElasticLoadBalancerAsync​(AttachElasticLoadBalancerRequest attachElasticLoadBalancerRequest,
                                                                               AsyncHandler<AttachElasticLoadBalancerRequest,​AttachElasticLoadBalancerResult> asyncHandler)

        Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see Elastic Load Balancing.

        You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        attachElasticLoadBalancerRequest -
        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 AttachElasticLoadBalancer operation returned by the service.
      • cloneStackAsync

        Future<CloneStackResult> cloneStackAsync​(CloneStackRequest cloneStackRequest)

        Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        cloneStackRequest -
        Returns:
        A Java Future containing the result of the CloneStack operation returned by the service.
      • cloneStackAsync

        Future<CloneStackResult> cloneStackAsync​(CloneStackRequest cloneStackRequest,
                                                 AsyncHandler<CloneStackRequest,​CloneStackResult> asyncHandler)

        Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        cloneStackRequest -
        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 CloneStack operation returned by the service.
      • createAppAsync

        Future<CreateAppResult> createAppAsync​(CreateAppRequest createAppRequest)

        Creates an app for a specified stack. For more information, see Creating Apps.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createAppRequest -
        Returns:
        A Java Future containing the result of the CreateApp operation returned by the service.
      • createAppAsync

        Future<CreateAppResult> createAppAsync​(CreateAppRequest createAppRequest,
                                               AsyncHandler<CreateAppRequest,​CreateAppResult> asyncHandler)

        Creates an app for a specified stack. For more information, see Creating Apps.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createAppRequest -
        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 CreateApp operation returned by the service.
      • createDeploymentAsync

        Future<CreateDeploymentResult> createDeploymentAsync​(CreateDeploymentRequest createDeploymentRequest)

        Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.

        Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createDeploymentRequest -
        Returns:
        A Java Future containing the result of the CreateDeployment operation returned by the service.
      • createDeploymentAsync

        Future<CreateDeploymentResult> createDeploymentAsync​(CreateDeploymentRequest createDeploymentRequest,
                                                             AsyncHandler<CreateDeploymentRequest,​CreateDeploymentResult> asyncHandler)

        Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.

        Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createDeploymentRequest -
        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 CreateDeployment operation returned by the service.
      • createInstanceAsync

        Future<CreateInstanceResult> createInstanceAsync​(CreateInstanceRequest createInstanceRequest)

        Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createInstanceRequest -
        Returns:
        A Java Future containing the result of the CreateInstance operation returned by the service.
      • createInstanceAsync

        Future<CreateInstanceResult> createInstanceAsync​(CreateInstanceRequest createInstanceRequest,
                                                         AsyncHandler<CreateInstanceRequest,​CreateInstanceResult> asyncHandler)

        Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createInstanceRequest -
        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 CreateInstance operation returned by the service.
      • createLayerAsync

        Future<CreateLayerResult> createLayerAsync​(CreateLayerRequest createLayerRequest)

        Creates a layer. For more information, see How to Create a Layer.

        You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createLayerRequest -
        Returns:
        A Java Future containing the result of the CreateLayer operation returned by the service.
      • createLayerAsync

        Future<CreateLayerResult> createLayerAsync​(CreateLayerRequest createLayerRequest,
                                                   AsyncHandler<CreateLayerRequest,​CreateLayerResult> asyncHandler)

        Creates a layer. For more information, see How to Create a Layer.

        You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createLayerRequest -
        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 CreateLayer operation returned by the service.
      • createStackAsync

        Future<CreateStackResult> createStackAsync​(CreateStackRequest createStackRequest)

        Creates a new stack. For more information, see Create a New Stack.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createStackRequest -
        Returns:
        A Java Future containing the result of the CreateStack operation returned by the service.
      • createStackAsync

        Future<CreateStackResult> createStackAsync​(CreateStackRequest createStackRequest,
                                                   AsyncHandler<CreateStackRequest,​CreateStackResult> asyncHandler)

        Creates a new stack. For more information, see Create a New Stack.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createStackRequest -
        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 CreateStack operation returned by the service.
      • createUserProfileAsync

        Future<CreateUserProfileResult> createUserProfileAsync​(CreateUserProfileRequest createUserProfileRequest)

        Creates a new user profile.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createUserProfileRequest -
        Returns:
        A Java Future containing the result of the CreateUserProfile operation returned by the service.
      • createUserProfileAsync

        Future<CreateUserProfileResult> createUserProfileAsync​(CreateUserProfileRequest createUserProfileRequest,
                                                               AsyncHandler<CreateUserProfileRequest,​CreateUserProfileResult> asyncHandler)

        Creates a new user profile.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        createUserProfileRequest -
        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 CreateUserProfile operation returned by the service.
      • deleteAppAsync

        Future<DeleteAppResult> deleteAppAsync​(DeleteAppRequest deleteAppRequest)

        Deletes a specified app.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteAppRequest -
        Returns:
        A Java Future containing the result of the DeleteApp operation returned by the service.
      • deleteAppAsync

        Future<DeleteAppResult> deleteAppAsync​(DeleteAppRequest deleteAppRequest,
                                               AsyncHandler<DeleteAppRequest,​DeleteAppResult> asyncHandler)

        Deletes a specified app.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteAppRequest -
        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 DeleteApp operation returned by the service.
      • deleteInstanceAsync

        Future<DeleteInstanceResult> deleteInstanceAsync​(DeleteInstanceRequest deleteInstanceRequest)

        Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.

        For more information, see Deleting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteInstanceRequest -
        Returns:
        A Java Future containing the result of the DeleteInstance operation returned by the service.
      • deleteInstanceAsync

        Future<DeleteInstanceResult> deleteInstanceAsync​(DeleteInstanceRequest deleteInstanceRequest,
                                                         AsyncHandler<DeleteInstanceRequest,​DeleteInstanceResult> asyncHandler)

        Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.

        For more information, see Deleting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteInstanceRequest -
        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 DeleteInstance operation returned by the service.
      • deleteLayerAsync

        Future<DeleteLayerResult> deleteLayerAsync​(DeleteLayerRequest deleteLayerRequest)

        Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteLayerRequest -
        Returns:
        A Java Future containing the result of the DeleteLayer operation returned by the service.
      • deleteLayerAsync

        Future<DeleteLayerResult> deleteLayerAsync​(DeleteLayerRequest deleteLayerRequest,
                                                   AsyncHandler<DeleteLayerRequest,​DeleteLayerResult> asyncHandler)

        Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteLayerRequest -
        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 DeleteLayer operation returned by the service.
      • deleteStackAsync

        Future<DeleteStackResult> deleteStackAsync​(DeleteStackRequest deleteStackRequest)

        Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteStackRequest -
        Returns:
        A Java Future containing the result of the DeleteStack operation returned by the service.
      • deleteStackAsync

        Future<DeleteStackResult> deleteStackAsync​(DeleteStackRequest deleteStackRequest,
                                                   AsyncHandler<DeleteStackRequest,​DeleteStackResult> asyncHandler)

        Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteStackRequest -
        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 DeleteStack operation returned by the service.
      • deleteUserProfileAsync

        Future<DeleteUserProfileResult> deleteUserProfileAsync​(DeleteUserProfileRequest deleteUserProfileRequest)

        Deletes a user profile.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteUserProfileRequest -
        Returns:
        A Java Future containing the result of the DeleteUserProfile operation returned by the service.
      • deleteUserProfileAsync

        Future<DeleteUserProfileResult> deleteUserProfileAsync​(DeleteUserProfileRequest deleteUserProfileRequest,
                                                               AsyncHandler<DeleteUserProfileRequest,​DeleteUserProfileResult> asyncHandler)

        Deletes a user profile.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deleteUserProfileRequest -
        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 DeleteUserProfile operation returned by the service.
      • deregisterElasticIpAsync

        Future<DeregisterElasticIpResult> deregisterElasticIpAsync​(DeregisterElasticIpRequest deregisterElasticIpRequest)

        Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterElasticIpRequest -
        Returns:
        A Java Future containing the result of the DeregisterElasticIp operation returned by the service.
      • deregisterElasticIpAsync

        Future<DeregisterElasticIpResult> deregisterElasticIpAsync​(DeregisterElasticIpRequest deregisterElasticIpRequest,
                                                                   AsyncHandler<DeregisterElasticIpRequest,​DeregisterElasticIpResult> asyncHandler)

        Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterElasticIpRequest -
        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 DeregisterElasticIp operation returned by the service.
      • deregisterInstanceAsync

        Future<DeregisterInstanceResult> deregisterInstanceAsync​(DeregisterInstanceRequest deregisterInstanceRequest)

        Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action can not be used with instances that were created with AWS OpsWorks.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterInstanceRequest -
        Returns:
        A Java Future containing the result of the DeregisterInstance operation returned by the service.
      • deregisterInstanceAsync

        Future<DeregisterInstanceResult> deregisterInstanceAsync​(DeregisterInstanceRequest deregisterInstanceRequest,
                                                                 AsyncHandler<DeregisterInstanceRequest,​DeregisterInstanceResult> asyncHandler)

        Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action can not be used with instances that were created with AWS OpsWorks.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterInstanceRequest -
        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 DeregisterInstance operation returned by the service.
      • deregisterRdsDbInstanceAsync

        Future<DeregisterRdsDbInstanceResult> deregisterRdsDbInstanceAsync​(DeregisterRdsDbInstanceRequest deregisterRdsDbInstanceRequest)

        Deregisters an Amazon RDS instance.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterRdsDbInstanceRequest -
        Returns:
        A Java Future containing the result of the DeregisterRdsDbInstance operation returned by the service.
      • deregisterRdsDbInstanceAsync

        Future<DeregisterRdsDbInstanceResult> deregisterRdsDbInstanceAsync​(DeregisterRdsDbInstanceRequest deregisterRdsDbInstanceRequest,
                                                                           AsyncHandler<DeregisterRdsDbInstanceRequest,​DeregisterRdsDbInstanceResult> asyncHandler)

        Deregisters an Amazon RDS instance.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterRdsDbInstanceRequest -
        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 DeregisterRdsDbInstance operation returned by the service.
      • deregisterVolumeAsync

        Future<DeregisterVolumeResult> deregisterVolumeAsync​(DeregisterVolumeRequest deregisterVolumeRequest)

        Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterVolumeRequest -
        Returns:
        A Java Future containing the result of the DeregisterVolume operation returned by the service.
      • deregisterVolumeAsync

        Future<DeregisterVolumeResult> deregisterVolumeAsync​(DeregisterVolumeRequest deregisterVolumeRequest,
                                                             AsyncHandler<DeregisterVolumeRequest,​DeregisterVolumeResult> asyncHandler)

        Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        deregisterVolumeRequest -
        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 DeregisterVolume operation returned by the service.
      • describeAgentVersionsAsync

        Future<DescribeAgentVersionsResult> describeAgentVersionsAsync​(DescribeAgentVersionsRequest describeAgentVersionsRequest)

        Describes the available AWS OpsWorks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.

        Parameters:
        describeAgentVersionsRequest -
        Returns:
        A Java Future containing the result of the DescribeAgentVersions operation returned by the service.
      • describeAgentVersionsAsync

        Future<DescribeAgentVersionsResult> describeAgentVersionsAsync​(DescribeAgentVersionsRequest describeAgentVersionsRequest,
                                                                       AsyncHandler<DescribeAgentVersionsRequest,​DescribeAgentVersionsResult> asyncHandler)

        Describes the available AWS OpsWorks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.

        Parameters:
        describeAgentVersionsRequest -
        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 DescribeAgentVersions operation returned by the service.
      • describeAppsAsync

        Future<DescribeAppsResult> describeAppsAsync​(DescribeAppsRequest describeAppsRequest)

        Requests a description of a specified set of apps.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeAppsRequest -
        Returns:
        A Java Future containing the result of the DescribeApps operation returned by the service.
      • describeAppsAsync

        Future<DescribeAppsResult> describeAppsAsync​(DescribeAppsRequest describeAppsRequest,
                                                     AsyncHandler<DescribeAppsRequest,​DescribeAppsResult> asyncHandler)

        Requests a description of a specified set of apps.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeAppsRequest -
        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 DescribeApps operation returned by the service.
      • describeCommandsAsync

        Future<DescribeCommandsResult> describeCommandsAsync​(DescribeCommandsRequest describeCommandsRequest)

        Describes the results of specified commands.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeCommandsRequest -
        Returns:
        A Java Future containing the result of the DescribeCommands operation returned by the service.
      • describeCommandsAsync

        Future<DescribeCommandsResult> describeCommandsAsync​(DescribeCommandsRequest describeCommandsRequest,
                                                             AsyncHandler<DescribeCommandsRequest,​DescribeCommandsResult> asyncHandler)

        Describes the results of specified commands.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeCommandsRequest -
        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 DescribeCommands operation returned by the service.
      • describeDeploymentsAsync

        Future<DescribeDeploymentsResult> describeDeploymentsAsync​(DescribeDeploymentsRequest describeDeploymentsRequest)

        Requests a description of a specified set of deployments.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeDeploymentsRequest -
        Returns:
        A Java Future containing the result of the DescribeDeployments operation returned by the service.
      • describeDeploymentsAsync

        Future<DescribeDeploymentsResult> describeDeploymentsAsync​(DescribeDeploymentsRequest describeDeploymentsRequest,
                                                                   AsyncHandler<DescribeDeploymentsRequest,​DescribeDeploymentsResult> asyncHandler)

        Requests a description of a specified set of deployments.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeDeploymentsRequest -
        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 DescribeDeployments operation returned by the service.
      • describeEcsClustersAsync

        Future<DescribeEcsClustersResult> describeEcsClustersAsync​(DescribeEcsClustersRequest describeEcsClustersRequest)

        Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults and NextToken parameters to paginate the response. However, AWS OpsWorks currently supports only one cluster per layer, so the result set has a maximum of one element.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeEcsClustersRequest -
        Returns:
        A Java Future containing the result of the DescribeEcsClusters operation returned by the service.
      • describeEcsClustersAsync

        Future<DescribeEcsClustersResult> describeEcsClustersAsync​(DescribeEcsClustersRequest describeEcsClustersRequest,
                                                                   AsyncHandler<DescribeEcsClustersRequest,​DescribeEcsClustersResult> asyncHandler)

        Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults and NextToken parameters to paginate the response. However, AWS OpsWorks currently supports only one cluster per layer, so the result set has a maximum of one element.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeEcsClustersRequest -
        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 DescribeEcsClusters operation returned by the service.
      • describeElasticIpsAsync

        Future<DescribeElasticIpsResult> describeElasticIpsAsync​(DescribeElasticIpsRequest describeElasticIpsRequest)

        Describes Elastic IP addresses.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeElasticIpsRequest -
        Returns:
        A Java Future containing the result of the DescribeElasticIps operation returned by the service.
      • describeElasticIpsAsync

        Future<DescribeElasticIpsResult> describeElasticIpsAsync​(DescribeElasticIpsRequest describeElasticIpsRequest,
                                                                 AsyncHandler<DescribeElasticIpsRequest,​DescribeElasticIpsResult> asyncHandler)

        Describes Elastic IP addresses.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeElasticIpsRequest -
        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 DescribeElasticIps operation returned by the service.
      • describeElasticLoadBalancersAsync

        Future<DescribeElasticLoadBalancersResult> describeElasticLoadBalancersAsync​(DescribeElasticLoadBalancersRequest describeElasticLoadBalancersRequest)

        Describes a stack's Elastic Load Balancing instances.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeElasticLoadBalancersRequest -
        Returns:
        A Java Future containing the result of the DescribeElasticLoadBalancers operation returned by the service.
      • describeElasticLoadBalancersAsync

        Future<DescribeElasticLoadBalancersResult> describeElasticLoadBalancersAsync​(DescribeElasticLoadBalancersRequest describeElasticLoadBalancersRequest,
                                                                                     AsyncHandler<DescribeElasticLoadBalancersRequest,​DescribeElasticLoadBalancersResult> asyncHandler)

        Describes a stack's Elastic Load Balancing instances.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeElasticLoadBalancersRequest -
        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 DescribeElasticLoadBalancers operation returned by the service.
      • describeInstancesAsync

        Future<DescribeInstancesResult> describeInstancesAsync​(DescribeInstancesRequest describeInstancesRequest)

        Requests a description of a set of instances.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeInstancesRequest -
        Returns:
        A Java Future containing the result of the DescribeInstances operation returned by the service.
      • describeInstancesAsync

        Future<DescribeInstancesResult> describeInstancesAsync​(DescribeInstancesRequest describeInstancesRequest,
                                                               AsyncHandler<DescribeInstancesRequest,​DescribeInstancesResult> asyncHandler)

        Requests a description of a set of instances.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeInstancesRequest -
        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 DescribeInstances operation returned by the service.
      • describeLayersAsync

        Future<DescribeLayersResult> describeLayersAsync​(DescribeLayersRequest describeLayersRequest)

        Requests a description of one or more layers in a specified stack.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeLayersRequest -
        Returns:
        A Java Future containing the result of the DescribeLayers operation returned by the service.
      • describeLayersAsync

        Future<DescribeLayersResult> describeLayersAsync​(DescribeLayersRequest describeLayersRequest,
                                                         AsyncHandler<DescribeLayersRequest,​DescribeLayersResult> asyncHandler)

        Requests a description of one or more layers in a specified stack.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeLayersRequest -
        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 DescribeLayers operation returned by the service.
      • describeLoadBasedAutoScalingAsync

        Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync​(DescribeLoadBasedAutoScalingRequest describeLoadBasedAutoScalingRequest)

        Describes load-based auto scaling configurations for specified layers.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeLoadBasedAutoScalingRequest -
        Returns:
        A Java Future containing the result of the DescribeLoadBasedAutoScaling operation returned by the service.
      • describeLoadBasedAutoScalingAsync

        Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync​(DescribeLoadBasedAutoScalingRequest describeLoadBasedAutoScalingRequest,
                                                                                     AsyncHandler<DescribeLoadBasedAutoScalingRequest,​DescribeLoadBasedAutoScalingResult> asyncHandler)

        Describes load-based auto scaling configurations for specified layers.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeLoadBasedAutoScalingRequest -
        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 DescribeLoadBasedAutoScaling operation returned by the service.
      • describeMyUserProfileAsync

        Future<DescribeMyUserProfileResult> describeMyUserProfileAsync​(DescribeMyUserProfileRequest describeMyUserProfileRequest)

        Describes a user's SSH information.

        Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeMyUserProfileRequest -
        Returns:
        A Java Future containing the result of the DescribeMyUserProfile operation returned by the service.
      • describeMyUserProfileAsync

        Future<DescribeMyUserProfileResult> describeMyUserProfileAsync​(DescribeMyUserProfileRequest describeMyUserProfileRequest,
                                                                       AsyncHandler<DescribeMyUserProfileRequest,​DescribeMyUserProfileResult> asyncHandler)

        Describes a user's SSH information.

        Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeMyUserProfileRequest -
        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 DescribeMyUserProfile operation returned by the service.
      • describePermissionsAsync

        Future<DescribePermissionsResult> describePermissionsAsync​(DescribePermissionsRequest describePermissionsRequest)

        Describes the permissions for a specified stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describePermissionsRequest -
        Returns:
        A Java Future containing the result of the DescribePermissions operation returned by the service.
      • describePermissionsAsync

        Future<DescribePermissionsResult> describePermissionsAsync​(DescribePermissionsRequest describePermissionsRequest,
                                                                   AsyncHandler<DescribePermissionsRequest,​DescribePermissionsResult> asyncHandler)

        Describes the permissions for a specified stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describePermissionsRequest -
        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 DescribePermissions operation returned by the service.
      • describeRaidArraysAsync

        Future<DescribeRaidArraysResult> describeRaidArraysAsync​(DescribeRaidArraysRequest describeRaidArraysRequest)

        Describe an instance's RAID arrays.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeRaidArraysRequest -
        Returns:
        A Java Future containing the result of the DescribeRaidArrays operation returned by the service.
      • describeRaidArraysAsync

        Future<DescribeRaidArraysResult> describeRaidArraysAsync​(DescribeRaidArraysRequest describeRaidArraysRequest,
                                                                 AsyncHandler<DescribeRaidArraysRequest,​DescribeRaidArraysResult> asyncHandler)

        Describe an instance's RAID arrays.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeRaidArraysRequest -
        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 DescribeRaidArrays operation returned by the service.
      • describeRdsDbInstancesAsync

        Future<DescribeRdsDbInstancesResult> describeRdsDbInstancesAsync​(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest)

        Describes Amazon RDS instances.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeRdsDbInstancesRequest -
        Returns:
        A Java Future containing the result of the DescribeRdsDbInstances operation returned by the service.
      • describeRdsDbInstancesAsync

        Future<DescribeRdsDbInstancesResult> describeRdsDbInstancesAsync​(DescribeRdsDbInstancesRequest describeRdsDbInstancesRequest,
                                                                         AsyncHandler<DescribeRdsDbInstancesRequest,​DescribeRdsDbInstancesResult> asyncHandler)

        Describes Amazon RDS instances.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeRdsDbInstancesRequest -
        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 DescribeRdsDbInstances operation returned by the service.
      • describeServiceErrorsAsync

        Future<DescribeServiceErrorsResult> describeServiceErrorsAsync​(DescribeServiceErrorsRequest describeServiceErrorsRequest)

        Describes AWS OpsWorks service errors.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeServiceErrorsRequest -
        Returns:
        A Java Future containing the result of the DescribeServiceErrors operation returned by the service.
      • describeServiceErrorsAsync

        Future<DescribeServiceErrorsResult> describeServiceErrorsAsync​(DescribeServiceErrorsRequest describeServiceErrorsRequest,
                                                                       AsyncHandler<DescribeServiceErrorsRequest,​DescribeServiceErrorsResult> asyncHandler)

        Describes AWS OpsWorks service errors.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeServiceErrorsRequest -
        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 DescribeServiceErrors operation returned by the service.
      • describeStackProvisioningParametersAsync

        Future<DescribeStackProvisioningParametersResult> describeStackProvisioningParametersAsync​(DescribeStackProvisioningParametersRequest describeStackProvisioningParametersRequest)

        Requests a description of a stack's provisioning parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeStackProvisioningParametersRequest -
        Returns:
        A Java Future containing the result of the DescribeStackProvisioningParameters operation returned by the service.
      • describeStackProvisioningParametersAsync

        Future<DescribeStackProvisioningParametersResult> describeStackProvisioningParametersAsync​(DescribeStackProvisioningParametersRequest describeStackProvisioningParametersRequest,
                                                                                                   AsyncHandler<DescribeStackProvisioningParametersRequest,​DescribeStackProvisioningParametersResult> asyncHandler)

        Requests a description of a stack's provisioning parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeStackProvisioningParametersRequest -
        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 DescribeStackProvisioningParameters operation returned by the service.
      • describeStackSummaryAsync

        Future<DescribeStackSummaryResult> describeStackSummaryAsync​(DescribeStackSummaryRequest describeStackSummaryRequest)

        Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeStackSummaryRequest -
        Returns:
        A Java Future containing the result of the DescribeStackSummary operation returned by the service.
      • describeStackSummaryAsync

        Future<DescribeStackSummaryResult> describeStackSummaryAsync​(DescribeStackSummaryRequest describeStackSummaryRequest,
                                                                     AsyncHandler<DescribeStackSummaryRequest,​DescribeStackSummaryResult> asyncHandler)

        Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeStackSummaryRequest -
        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 DescribeStackSummary operation returned by the service.
      • describeStacksAsync

        Future<DescribeStacksResult> describeStacksAsync​(DescribeStacksRequest describeStacksRequest)

        Requests a description of one or more stacks.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeStacksRequest -
        Returns:
        A Java Future containing the result of the DescribeStacks operation returned by the service.
      • describeStacksAsync

        Future<DescribeStacksResult> describeStacksAsync​(DescribeStacksRequest describeStacksRequest,
                                                         AsyncHandler<DescribeStacksRequest,​DescribeStacksResult> asyncHandler)

        Requests a description of one or more stacks.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeStacksRequest -
        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 DescribeStacks operation returned by the service.
      • describeTimeBasedAutoScalingAsync

        Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync​(DescribeTimeBasedAutoScalingRequest describeTimeBasedAutoScalingRequest)

        Describes time-based auto scaling configurations for specified instances.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeTimeBasedAutoScalingRequest -
        Returns:
        A Java Future containing the result of the DescribeTimeBasedAutoScaling operation returned by the service.
      • describeTimeBasedAutoScalingAsync

        Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync​(DescribeTimeBasedAutoScalingRequest describeTimeBasedAutoScalingRequest,
                                                                                     AsyncHandler<DescribeTimeBasedAutoScalingRequest,​DescribeTimeBasedAutoScalingResult> asyncHandler)

        Describes time-based auto scaling configurations for specified instances.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeTimeBasedAutoScalingRequest -
        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 DescribeTimeBasedAutoScaling operation returned by the service.
      • describeUserProfilesAsync

        Future<DescribeUserProfilesResult> describeUserProfilesAsync​(DescribeUserProfilesRequest describeUserProfilesRequest)

        Describe specified users.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeUserProfilesRequest -
        Returns:
        A Java Future containing the result of the DescribeUserProfiles operation returned by the service.
      • describeUserProfilesAsync

        Future<DescribeUserProfilesResult> describeUserProfilesAsync​(DescribeUserProfilesRequest describeUserProfilesRequest,
                                                                     AsyncHandler<DescribeUserProfilesRequest,​DescribeUserProfilesResult> asyncHandler)

        Describe specified users.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeUserProfilesRequest -
        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 DescribeUserProfiles operation returned by the service.
      • describeVolumesAsync

        Future<DescribeVolumesResult> describeVolumesAsync​(DescribeVolumesRequest describeVolumesRequest)

        Describes an instance's Amazon EBS volumes.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeVolumesRequest -
        Returns:
        A Java Future containing the result of the DescribeVolumes operation returned by the service.
      • describeVolumesAsync

        Future<DescribeVolumesResult> describeVolumesAsync​(DescribeVolumesRequest describeVolumesRequest,
                                                           AsyncHandler<DescribeVolumesRequest,​DescribeVolumesResult> asyncHandler)

        Describes an instance's Amazon EBS volumes.

        You must specify at least one of the parameters.

        Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        describeVolumesRequest -
        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 DescribeVolumes operation returned by the service.
      • detachElasticLoadBalancerAsync

        Future<DetachElasticLoadBalancerResult> detachElasticLoadBalancerAsync​(DetachElasticLoadBalancerRequest detachElasticLoadBalancerRequest)

        Detaches a specified Elastic Load Balancing instance from its layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        detachElasticLoadBalancerRequest -
        Returns:
        A Java Future containing the result of the DetachElasticLoadBalancer operation returned by the service.
      • detachElasticLoadBalancerAsync

        Future<DetachElasticLoadBalancerResult> detachElasticLoadBalancerAsync​(DetachElasticLoadBalancerRequest detachElasticLoadBalancerRequest,
                                                                               AsyncHandler<DetachElasticLoadBalancerRequest,​DetachElasticLoadBalancerResult> asyncHandler)

        Detaches a specified Elastic Load Balancing instance from its layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        detachElasticLoadBalancerRequest -
        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 DetachElasticLoadBalancer operation returned by the service.
      • disassociateElasticIpAsync

        Future<DisassociateElasticIpResult> disassociateElasticIpAsync​(DisassociateElasticIpRequest disassociateElasticIpRequest)

        Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        disassociateElasticIpRequest -
        Returns:
        A Java Future containing the result of the DisassociateElasticIp operation returned by the service.
      • disassociateElasticIpAsync

        Future<DisassociateElasticIpResult> disassociateElasticIpAsync​(DisassociateElasticIpRequest disassociateElasticIpRequest,
                                                                       AsyncHandler<DisassociateElasticIpRequest,​DisassociateElasticIpResult> asyncHandler)

        Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        disassociateElasticIpRequest -
        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 DisassociateElasticIp operation returned by the service.
      • getHostnameSuggestionAsync

        Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync​(GetHostnameSuggestionRequest getHostnameSuggestionRequest)

        Gets a generated host name for the specified layer, based on the current host name theme.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        getHostnameSuggestionRequest -
        Returns:
        A Java Future containing the result of the GetHostnameSuggestion operation returned by the service.
      • getHostnameSuggestionAsync

        Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync​(GetHostnameSuggestionRequest getHostnameSuggestionRequest,
                                                                       AsyncHandler<GetHostnameSuggestionRequest,​GetHostnameSuggestionResult> asyncHandler)

        Gets a generated host name for the specified layer, based on the current host name theme.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        getHostnameSuggestionRequest -
        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 GetHostnameSuggestion operation returned by the service.
      • grantAccessAsync

        Future<GrantAccessResult> grantAccessAsync​(GrantAccessRequest grantAccessRequest)
        This action can be used only with Windows stacks.

        Grants RDP access to a Windows instance for a specified time period.

        Parameters:
        grantAccessRequest -
        Returns:
        A Java Future containing the result of the GrantAccess operation returned by the service.
      • grantAccessAsync

        Future<GrantAccessResult> grantAccessAsync​(GrantAccessRequest grantAccessRequest,
                                                   AsyncHandler<GrantAccessRequest,​GrantAccessResult> asyncHandler)
        This action can be used only with Windows stacks.

        Grants RDP access to a Windows instance for a specified time period.

        Parameters:
        grantAccessRequest -
        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 GrantAccess operation returned by the service.
      • rebootInstanceAsync

        Future<RebootInstanceResult> rebootInstanceAsync​(RebootInstanceRequest rebootInstanceRequest)

        Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        rebootInstanceRequest -
        Returns:
        A Java Future containing the result of the RebootInstance operation returned by the service.
      • rebootInstanceAsync

        Future<RebootInstanceResult> rebootInstanceAsync​(RebootInstanceRequest rebootInstanceRequest,
                                                         AsyncHandler<RebootInstanceRequest,​RebootInstanceResult> asyncHandler)

        Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        rebootInstanceRequest -
        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 RebootInstance operation returned by the service.
      • registerEcsClusterAsync

        Future<RegisterEcsClusterResult> registerEcsClusterAsync​(RegisterEcsClusterRequest registerEcsClusterRequest)

        Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerEcsClusterRequest -
        Returns:
        A Java Future containing the result of the RegisterEcsCluster operation returned by the service.
      • registerEcsClusterAsync

        Future<RegisterEcsClusterResult> registerEcsClusterAsync​(RegisterEcsClusterRequest registerEcsClusterRequest,
                                                                 AsyncHandler<RegisterEcsClusterRequest,​RegisterEcsClusterResult> asyncHandler)

        Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerEcsClusterRequest -
        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 RegisterEcsCluster operation returned by the service.
      • registerElasticIpAsync

        Future<RegisterElasticIpResult> registerElasticIpAsync​(RegisterElasticIpRequest registerElasticIpRequest)

        Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerElasticIpRequest -
        Returns:
        A Java Future containing the result of the RegisterElasticIp operation returned by the service.
      • registerElasticIpAsync

        Future<RegisterElasticIpResult> registerElasticIpAsync​(RegisterElasticIpRequest registerElasticIpRequest,
                                                               AsyncHandler<RegisterElasticIpRequest,​RegisterElasticIpResult> asyncHandler)

        Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerElasticIpRequest -
        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 RegisterElasticIp operation returned by the service.
      • registerInstanceAsync

        Future<RegisterInstanceResult> registerInstanceAsync​(RegisterInstanceRequest registerInstanceRequest)

        Registers instances with a specified stack that were created outside of AWS OpsWorks.

        We do not recommend using this action to register instances. The complete registration operation has two primary steps, installing the AWS OpsWorks agent on the instance and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the AWS CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerInstanceRequest -
        Returns:
        A Java Future containing the result of the RegisterInstance operation returned by the service.
      • registerInstanceAsync

        Future<RegisterInstanceResult> registerInstanceAsync​(RegisterInstanceRequest registerInstanceRequest,
                                                             AsyncHandler<RegisterInstanceRequest,​RegisterInstanceResult> asyncHandler)

        Registers instances with a specified stack that were created outside of AWS OpsWorks.

        We do not recommend using this action to register instances. The complete registration operation has two primary steps, installing the AWS OpsWorks agent on the instance and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the AWS CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerInstanceRequest -
        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 RegisterInstance operation returned by the service.
      • registerRdsDbInstanceAsync

        Future<RegisterRdsDbInstanceResult> registerRdsDbInstanceAsync​(RegisterRdsDbInstanceRequest registerRdsDbInstanceRequest)

        Registers an Amazon RDS instance with a stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerRdsDbInstanceRequest -
        Returns:
        A Java Future containing the result of the RegisterRdsDbInstance operation returned by the service.
      • registerRdsDbInstanceAsync

        Future<RegisterRdsDbInstanceResult> registerRdsDbInstanceAsync​(RegisterRdsDbInstanceRequest registerRdsDbInstanceRequest,
                                                                       AsyncHandler<RegisterRdsDbInstanceRequest,​RegisterRdsDbInstanceResult> asyncHandler)

        Registers an Amazon RDS instance with a stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerRdsDbInstanceRequest -
        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 RegisterRdsDbInstance operation returned by the service.
      • registerVolumeAsync

        Future<RegisterVolumeResult> registerVolumeAsync​(RegisterVolumeRequest registerVolumeRequest)

        Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerVolumeRequest -
        Returns:
        A Java Future containing the result of the RegisterVolume operation returned by the service.
      • registerVolumeAsync

        Future<RegisterVolumeResult> registerVolumeAsync​(RegisterVolumeRequest registerVolumeRequest,
                                                         AsyncHandler<RegisterVolumeRequest,​RegisterVolumeResult> asyncHandler)

        Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        registerVolumeRequest -
        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 RegisterVolume operation returned by the service.
      • setLoadBasedAutoScalingAsync

        Future<SetLoadBasedAutoScalingResult> setLoadBasedAutoScalingAsync​(SetLoadBasedAutoScalingRequest setLoadBasedAutoScalingRequest)

        Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.

        To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        setLoadBasedAutoScalingRequest -
        Returns:
        A Java Future containing the result of the SetLoadBasedAutoScaling operation returned by the service.
      • setLoadBasedAutoScalingAsync

        Future<SetLoadBasedAutoScalingResult> setLoadBasedAutoScalingAsync​(SetLoadBasedAutoScalingRequest setLoadBasedAutoScalingRequest,
                                                                           AsyncHandler<SetLoadBasedAutoScalingRequest,​SetLoadBasedAutoScalingResult> asyncHandler)

        Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.

        To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        setLoadBasedAutoScalingRequest -
        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 SetLoadBasedAutoScaling operation returned by the service.
      • setPermissionAsync

        Future<SetPermissionResult> setPermissionAsync​(SetPermissionRequest setPermissionRequest)

        Specifies a user's permissions. For more information, see Security and Permissions.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        setPermissionRequest -
        Returns:
        A Java Future containing the result of the SetPermission operation returned by the service.
      • setPermissionAsync

        Future<SetPermissionResult> setPermissionAsync​(SetPermissionRequest setPermissionRequest,
                                                       AsyncHandler<SetPermissionRequest,​SetPermissionResult> asyncHandler)

        Specifies a user's permissions. For more information, see Security and Permissions.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        setPermissionRequest -
        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 SetPermission operation returned by the service.
      • startInstanceAsync

        Future<StartInstanceResult> startInstanceAsync​(StartInstanceRequest startInstanceRequest)

        Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        startInstanceRequest -
        Returns:
        A Java Future containing the result of the StartInstance operation returned by the service.
      • startInstanceAsync

        Future<StartInstanceResult> startInstanceAsync​(StartInstanceRequest startInstanceRequest,
                                                       AsyncHandler<StartInstanceRequest,​StartInstanceResult> asyncHandler)

        Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        startInstanceRequest -
        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 StartInstance operation returned by the service.
      • startStackAsync

        Future<StartStackResult> startStackAsync​(StartStackRequest startStackRequest)

        Starts a stack's instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        startStackRequest -
        Returns:
        A Java Future containing the result of the StartStack operation returned by the service.
      • startStackAsync

        Future<StartStackResult> startStackAsync​(StartStackRequest startStackRequest,
                                                 AsyncHandler<StartStackRequest,​StartStackResult> asyncHandler)

        Starts a stack's instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        startStackRequest -
        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 StartStack operation returned by the service.
      • stopInstanceAsync

        Future<StopInstanceResult> stopInstanceAsync​(StopInstanceRequest stopInstanceRequest)

        Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        stopInstanceRequest -
        Returns:
        A Java Future containing the result of the StopInstance operation returned by the service.
      • stopInstanceAsync

        Future<StopInstanceResult> stopInstanceAsync​(StopInstanceRequest stopInstanceRequest,
                                                     AsyncHandler<StopInstanceRequest,​StopInstanceResult> asyncHandler)

        Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        stopInstanceRequest -
        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 StopInstance operation returned by the service.
      • stopStackAsync

        Future<StopStackResult> stopStackAsync​(StopStackRequest stopStackRequest)

        Stops a specified stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        stopStackRequest -
        Returns:
        A Java Future containing the result of the StopStack operation returned by the service.
      • stopStackAsync

        Future<StopStackResult> stopStackAsync​(StopStackRequest stopStackRequest,
                                               AsyncHandler<StopStackRequest,​StopStackResult> asyncHandler)

        Stops a specified stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        stopStackRequest -
        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 StopStack operation returned by the service.
      • unassignInstanceAsync

        Future<UnassignInstanceResult> unassignInstanceAsync​(UnassignInstanceRequest unassignInstanceRequest)

        Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        unassignInstanceRequest -
        Returns:
        A Java Future containing the result of the UnassignInstance operation returned by the service.
      • unassignInstanceAsync

        Future<UnassignInstanceResult> unassignInstanceAsync​(UnassignInstanceRequest unassignInstanceRequest,
                                                             AsyncHandler<UnassignInstanceRequest,​UnassignInstanceResult> asyncHandler)

        Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        unassignInstanceRequest -
        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 UnassignInstance operation returned by the service.
      • unassignVolumeAsync

        Future<UnassignVolumeResult> unassignVolumeAsync​(UnassignVolumeRequest unassignVolumeRequest)

        Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        unassignVolumeRequest -
        Returns:
        A Java Future containing the result of the UnassignVolume operation returned by the service.
      • unassignVolumeAsync

        Future<UnassignVolumeResult> unassignVolumeAsync​(UnassignVolumeRequest unassignVolumeRequest,
                                                         AsyncHandler<UnassignVolumeRequest,​UnassignVolumeResult> asyncHandler)

        Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        unassignVolumeRequest -
        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 UnassignVolume operation returned by the service.
      • updateAppAsync

        Future<UpdateAppResult> updateAppAsync​(UpdateAppRequest updateAppRequest)

        Updates a specified app.

        Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateAppRequest -
        Returns:
        A Java Future containing the result of the UpdateApp operation returned by the service.
      • updateAppAsync

        Future<UpdateAppResult> updateAppAsync​(UpdateAppRequest updateAppRequest,
                                               AsyncHandler<UpdateAppRequest,​UpdateAppResult> asyncHandler)

        Updates a specified app.

        Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateAppRequest -
        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 UpdateApp operation returned by the service.
      • updateElasticIpAsync

        Future<UpdateElasticIpResult> updateElasticIpAsync​(UpdateElasticIpRequest updateElasticIpRequest)

        Updates a registered Elastic IP address's name. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateElasticIpRequest -
        Returns:
        A Java Future containing the result of the UpdateElasticIp operation returned by the service.
      • updateElasticIpAsync

        Future<UpdateElasticIpResult> updateElasticIpAsync​(UpdateElasticIpRequest updateElasticIpRequest,
                                                           AsyncHandler<UpdateElasticIpRequest,​UpdateElasticIpResult> asyncHandler)

        Updates a registered Elastic IP address's name. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateElasticIpRequest -
        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 UpdateElasticIp operation returned by the service.
      • updateInstanceAsync

        Future<UpdateInstanceResult> updateInstanceAsync​(UpdateInstanceRequest updateInstanceRequest)

        Updates a specified instance.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateInstanceRequest -
        Returns:
        A Java Future containing the result of the UpdateInstance operation returned by the service.
      • updateInstanceAsync

        Future<UpdateInstanceResult> updateInstanceAsync​(UpdateInstanceRequest updateInstanceRequest,
                                                         AsyncHandler<UpdateInstanceRequest,​UpdateInstanceResult> asyncHandler)

        Updates a specified instance.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateInstanceRequest -
        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 UpdateInstance operation returned by the service.
      • updateLayerAsync

        Future<UpdateLayerResult> updateLayerAsync​(UpdateLayerRequest updateLayerRequest)

        Updates a specified layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateLayerRequest -
        Returns:
        A Java Future containing the result of the UpdateLayer operation returned by the service.
      • updateLayerAsync

        Future<UpdateLayerResult> updateLayerAsync​(UpdateLayerRequest updateLayerRequest,
                                                   AsyncHandler<UpdateLayerRequest,​UpdateLayerResult> asyncHandler)

        Updates a specified layer.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateLayerRequest -
        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 UpdateLayer operation returned by the service.
      • updateMyUserProfileAsync

        Future<UpdateMyUserProfileResult> updateMyUserProfileAsync​(UpdateMyUserProfileRequest updateMyUserProfileRequest)

        Updates a user's SSH public key.

        Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateMyUserProfileRequest -
        Returns:
        A Java Future containing the result of the UpdateMyUserProfile operation returned by the service.
      • updateMyUserProfileAsync

        Future<UpdateMyUserProfileResult> updateMyUserProfileAsync​(UpdateMyUserProfileRequest updateMyUserProfileRequest,
                                                                   AsyncHandler<UpdateMyUserProfileRequest,​UpdateMyUserProfileResult> asyncHandler)

        Updates a user's SSH public key.

        Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateMyUserProfileRequest -
        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 UpdateMyUserProfile operation returned by the service.
      • updateRdsDbInstanceAsync

        Future<UpdateRdsDbInstanceResult> updateRdsDbInstanceAsync​(UpdateRdsDbInstanceRequest updateRdsDbInstanceRequest)

        Updates an Amazon RDS instance.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateRdsDbInstanceRequest -
        Returns:
        A Java Future containing the result of the UpdateRdsDbInstance operation returned by the service.
      • updateRdsDbInstanceAsync

        Future<UpdateRdsDbInstanceResult> updateRdsDbInstanceAsync​(UpdateRdsDbInstanceRequest updateRdsDbInstanceRequest,
                                                                   AsyncHandler<UpdateRdsDbInstanceRequest,​UpdateRdsDbInstanceResult> asyncHandler)

        Updates an Amazon RDS instance.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateRdsDbInstanceRequest -
        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 UpdateRdsDbInstance operation returned by the service.
      • updateStackAsync

        Future<UpdateStackResult> updateStackAsync​(UpdateStackRequest updateStackRequest)

        Updates a specified stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateStackRequest -
        Returns:
        A Java Future containing the result of the UpdateStack operation returned by the service.
      • updateStackAsync

        Future<UpdateStackResult> updateStackAsync​(UpdateStackRequest updateStackRequest,
                                                   AsyncHandler<UpdateStackRequest,​UpdateStackResult> asyncHandler)

        Updates a specified stack.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateStackRequest -
        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 UpdateStack operation returned by the service.
      • updateUserProfileAsync

        Future<UpdateUserProfileResult> updateUserProfileAsync​(UpdateUserProfileRequest updateUserProfileRequest)

        Updates a specified user profile.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateUserProfileRequest -
        Returns:
        A Java Future containing the result of the UpdateUserProfile operation returned by the service.
      • updateUserProfileAsync

        Future<UpdateUserProfileResult> updateUserProfileAsync​(UpdateUserProfileRequest updateUserProfileRequest,
                                                               AsyncHandler<UpdateUserProfileRequest,​UpdateUserProfileResult> asyncHandler)

        Updates a specified user profile.

        Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateUserProfileRequest -
        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 UpdateUserProfile operation returned by the service.
      • updateVolumeAsync

        Future<UpdateVolumeResult> updateVolumeAsync​(UpdateVolumeRequest updateVolumeRequest)

        Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateVolumeRequest -
        Returns:
        A Java Future containing the result of the UpdateVolume operation returned by the service.
      • updateVolumeAsync

        Future<UpdateVolumeResult> updateVolumeAsync​(UpdateVolumeRequest updateVolumeRequest,
                                                     AsyncHandler<UpdateVolumeRequest,​UpdateVolumeResult> asyncHandler)

        Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.

        Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

        Parameters:
        updateVolumeRequest -
        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 UpdateVolume operation returned by the service.