Class AWSOpsWorksAsyncClient
- All Implemented Interfaces:
AWSOpsWorks,AWSOpsWorksAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
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:
- AWS CLI
- AWS SDK for Java
- AWS SDK for .NET
- AWS SDK for PHP 2
- AWS SDK for Ruby
- AWS SDK for Node.js
- AWS SDK for Python(Boto)
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.
-
Field Summary
Fields inherited from class com.amazonaws.services.opsworks.AWSOpsWorksClient
configFactoryFields inherited from class com.amazonaws.AmazonWebServiceClient
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new asynchronous client to invoke service methods on AWS OpsWorks.AWSOpsWorksAsyncClient(AWSCredentials awsCredentials) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials.AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider.AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the provided AWS account credentials provider and client configuration options.AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider, executor service, and client configuration options.AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider and executor service.AWSOpsWorksAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials, executor service, and client configuration options.AWSOpsWorksAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials and executor service.AWSOpsWorksAsyncClient(ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks. -
Method Summary
Modifier and TypeMethodDescriptionassignInstanceAsync(AssignInstanceRequest request) Assign a registered instance to a layer.assignInstanceAsync(AssignInstanceRequest request, AsyncHandler<AssignInstanceRequest, AssignInstanceResult> asyncHandler) Assign a registered instance to a layer.assignVolumeAsync(AssignVolumeRequest request) Assigns one of the stack's registered Amazon EBS volumes to a specified instance.assignVolumeAsync(AssignVolumeRequest request, AsyncHandler<AssignVolumeRequest, AssignVolumeResult> asyncHandler) Assigns one of the stack's registered Amazon EBS volumes to a specified instance.Associates one of the stack's registered Elastic IP addresses with a specified instance.associateElasticIpAsync(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) Associates one of the stack's registered Elastic IP addresses with a specified instance.Attaches an Elastic Load Balancing load balancer to a specified layer.attachElasticLoadBalancerAsync(AttachElasticLoadBalancerRequest request, AsyncHandler<AttachElasticLoadBalancerRequest, AttachElasticLoadBalancerResult> asyncHandler) Attaches an Elastic Load Balancing load balancer to a specified layer.cloneStackAsync(CloneStackRequest request) Creates a clone of a specified stack.cloneStackAsync(CloneStackRequest request, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) Creates a clone of a specified stack.createAppAsync(CreateAppRequest request) Creates an app for a specified stack.createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) Creates an app for a specified stack.Runs deployment or stack commands.createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Runs deployment or stack commands.createInstanceAsync(CreateInstanceRequest request) Creates an instance in a specified stack.createInstanceAsync(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest, CreateInstanceResult> asyncHandler) Creates an instance in a specified stack.createLayerAsync(CreateLayerRequest request) Creates a layer.createLayerAsync(CreateLayerRequest request, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) Creates a layer.createStackAsync(CreateStackRequest request) Creates a new stack.createStackAsync(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Creates a new stack.Creates a new user profile.createUserProfileAsync(CreateUserProfileRequest request, AsyncHandler<CreateUserProfileRequest, CreateUserProfileResult> asyncHandler) Creates a new user profile.deleteAppAsync(DeleteAppRequest request) Deletes a specified app.deleteAppAsync(DeleteAppRequest request, AsyncHandler<DeleteAppRequest, DeleteAppResult> asyncHandler) Deletes a specified app.deleteInstanceAsync(DeleteInstanceRequest request) Deletes a specified instance, which terminates the associated Amazon EC2 instance.deleteInstanceAsync(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest, DeleteInstanceResult> asyncHandler) Deletes a specified instance, which terminates the associated Amazon EC2 instance.deleteLayerAsync(DeleteLayerRequest request) Deletes a specified layer.deleteLayerAsync(DeleteLayerRequest request, AsyncHandler<DeleteLayerRequest, DeleteLayerResult> asyncHandler) Deletes a specified layer.deleteStackAsync(DeleteStackRequest request) Deletes a specified stack.deleteStackAsync(DeleteStackRequest request, AsyncHandler<DeleteStackRequest, DeleteStackResult> asyncHandler) Deletes a specified stack.Deletes a user profile.deleteUserProfileAsync(DeleteUserProfileRequest request, AsyncHandler<DeleteUserProfileRequest, DeleteUserProfileResult> asyncHandler) Deletes a user profile.Deregisters a specified Amazon ECS cluster from a stack.deregisterEcsClusterAsync(DeregisterEcsClusterRequest request, AsyncHandler<DeregisterEcsClusterRequest, DeregisterEcsClusterResult> asyncHandler) Deregisters a specified Amazon ECS cluster from a stack.Deregisters a specified Elastic IP address.deregisterElasticIpAsync(DeregisterElasticIpRequest request, AsyncHandler<DeregisterElasticIpRequest, DeregisterElasticIpResult> asyncHandler) Deregisters a specified Elastic IP address.Deregister a registered Amazon EC2 or on-premises instance.deregisterInstanceAsync(DeregisterInstanceRequest request, AsyncHandler<DeregisterInstanceRequest, DeregisterInstanceResult> asyncHandler) Deregister a registered Amazon EC2 or on-premises instance.Deregisters an Amazon RDS instance.deregisterRdsDbInstanceAsync(DeregisterRdsDbInstanceRequest request, AsyncHandler<DeregisterRdsDbInstanceRequest, DeregisterRdsDbInstanceResult> asyncHandler) Deregisters an Amazon RDS instance.Deregisters an Amazon EBS volume.deregisterVolumeAsync(DeregisterVolumeRequest request, AsyncHandler<DeregisterVolumeRequest, DeregisterVolumeResult> asyncHandler) Deregisters an Amazon EBS volume.Describes the available AWS OpsWorks agent versions.describeAgentVersionsAsync(DescribeAgentVersionsRequest request, AsyncHandler<DescribeAgentVersionsRequest, DescribeAgentVersionsResult> asyncHandler) Describes the available AWS OpsWorks agent versions.describeAppsAsync(DescribeAppsRequest request) Requests a description of a specified set of apps.describeAppsAsync(DescribeAppsRequest request, AsyncHandler<DescribeAppsRequest, DescribeAppsResult> asyncHandler) Requests a description of a specified set of apps.Describes the results of specified commands.describeCommandsAsync(DescribeCommandsRequest request, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) Describes the results of specified commands.Requests a description of a specified set of deployments.describeDeploymentsAsync(DescribeDeploymentsRequest request, AsyncHandler<DescribeDeploymentsRequest, DescribeDeploymentsResult> asyncHandler) Requests a description of a specified set of deployments.Describes Amazon ECS clusters that are registered with a stack.describeEcsClustersAsync(DescribeEcsClustersRequest request, AsyncHandler<DescribeEcsClustersRequest, DescribeEcsClustersResult> asyncHandler) Describes Amazon ECS clusters that are registered with a stack.Describes Elastic IP addresses.describeElasticIpsAsync(DescribeElasticIpsRequest request, AsyncHandler<DescribeElasticIpsRequest, DescribeElasticIpsResult> asyncHandler) Describes Elastic IP addresses.Describes a stack's Elastic Load Balancing instances.describeElasticLoadBalancersAsync(DescribeElasticLoadBalancersRequest request, AsyncHandler<DescribeElasticLoadBalancersRequest, DescribeElasticLoadBalancersResult> asyncHandler) Describes a stack's Elastic Load Balancing instances.Requests a description of a set of instances.describeInstancesAsync(DescribeInstancesRequest request, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Requests a description of a set of instances.describeLayersAsync(DescribeLayersRequest request) Requests a description of one or more layers in a specified stack.describeLayersAsync(DescribeLayersRequest request, AsyncHandler<DescribeLayersRequest, DescribeLayersResult> asyncHandler) Requests a description of one or more layers in a specified stack.Describes load-based auto scaling configurations for specified layers.describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest request, AsyncHandler<DescribeLoadBasedAutoScalingRequest, DescribeLoadBasedAutoScalingResult> asyncHandler) Describes load-based auto scaling configurations for specified layers.Describes a user's SSH information.describeMyUserProfileAsync(DescribeMyUserProfileRequest request, AsyncHandler<DescribeMyUserProfileRequest, DescribeMyUserProfileResult> asyncHandler) Describes a user's SSH information.Describes the permissions for a specified stack.describePermissionsAsync(DescribePermissionsRequest request, AsyncHandler<DescribePermissionsRequest, DescribePermissionsResult> asyncHandler) Describes the permissions for a specified stack.Describe an instance's RAID arrays.describeRaidArraysAsync(DescribeRaidArraysRequest request, AsyncHandler<DescribeRaidArraysRequest, DescribeRaidArraysResult> asyncHandler) Describe an instance's RAID arrays.Describes Amazon RDS instances.describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult> asyncHandler) Describes Amazon RDS instances.Describes AWS OpsWorks service errors.describeServiceErrorsAsync(DescribeServiceErrorsRequest request, AsyncHandler<DescribeServiceErrorsRequest, DescribeServiceErrorsResult> asyncHandler) Describes AWS OpsWorks service errors.Requests a description of a stack's provisioning parameters.describeStackProvisioningParametersAsync(DescribeStackProvisioningParametersRequest request, AsyncHandler<DescribeStackProvisioningParametersRequest, DescribeStackProvisioningParametersResult> asyncHandler) Requests a description of a stack's provisioning parameters.describeStacksAsync(DescribeStacksRequest request) Requests a description of one or more stacks.describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Requests a description of one or more stacks.Describes the number of layers and apps in a specified stack, and the number of instances in each state, such asrunning_setuporonline.describeStackSummaryAsync(DescribeStackSummaryRequest request, AsyncHandler<DescribeStackSummaryRequest, DescribeStackSummaryResult> asyncHandler) Describes the number of layers and apps in a specified stack, and the number of instances in each state, such asrunning_setuporonline.Describes time-based auto scaling configurations for specified instances.describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest request, AsyncHandler<DescribeTimeBasedAutoScalingRequest, DescribeTimeBasedAutoScalingResult> asyncHandler) Describes time-based auto scaling configurations for specified instances.Describe specified users.describeUserProfilesAsync(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest, DescribeUserProfilesResult> asyncHandler) Describe specified users.Describes an instance's Amazon EBS volumes.describeVolumesAsync(DescribeVolumesRequest request, AsyncHandler<DescribeVolumesRequest, DescribeVolumesResult> asyncHandler) Describes an instance's Amazon EBS volumes.Detaches a specified Elastic Load Balancing instance from its layer.detachElasticLoadBalancerAsync(DetachElasticLoadBalancerRequest request, AsyncHandler<DetachElasticLoadBalancerRequest, DetachElasticLoadBalancerResult> asyncHandler) Detaches a specified Elastic Load Balancing instance from its layer.Disassociates an Elastic IP address from its instance.disassociateElasticIpAsync(DisassociateElasticIpRequest request, AsyncHandler<DisassociateElasticIpRequest, DisassociateElasticIpResult> asyncHandler) Disassociates an Elastic IP address from its instance.Returns the executor service used by this client to execute async requests.Gets a generated host name for the specified layer, based on the current host name theme.getHostnameSuggestionAsync(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest, GetHostnameSuggestionResult> asyncHandler) Gets a generated host name for the specified layer, based on the current host name theme.grantAccessAsync(GrantAccessRequest request) This action can be used only with Windows stacks. grantAccessAsync(GrantAccessRequest request, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) This action can be used only with Windows stacks. rebootInstanceAsync(RebootInstanceRequest request) Reboots a specified instance.rebootInstanceAsync(RebootInstanceRequest request, AsyncHandler<RebootInstanceRequest, RebootInstanceResult> asyncHandler) Reboots a specified instance.Registers a specified Amazon ECS cluster with a stack.registerEcsClusterAsync(RegisterEcsClusterRequest request, AsyncHandler<RegisterEcsClusterRequest, RegisterEcsClusterResult> asyncHandler) Registers a specified Amazon ECS cluster with a stack.Registers an Elastic IP address with a specified stack.registerElasticIpAsync(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) Registers an Elastic IP address with a specified stack.Registers instances with a specified stack that were created outside of AWS OpsWorks.registerInstanceAsync(RegisterInstanceRequest request, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) Registers instances with a specified stack that were created outside of AWS OpsWorks.Registers an Amazon RDS instance with a stack.registerRdsDbInstanceAsync(RegisterRdsDbInstanceRequest request, AsyncHandler<RegisterRdsDbInstanceRequest, RegisterRdsDbInstanceResult> asyncHandler) Registers an Amazon RDS instance with a stack.registerVolumeAsync(RegisterVolumeRequest request) Registers an Amazon EBS volume with a specified stack.registerVolumeAsync(RegisterVolumeRequest request, AsyncHandler<RegisterVolumeRequest, RegisterVolumeResult> asyncHandler) Registers an Amazon EBS volume with a specified stack.Specify the load-based auto scaling configuration for a specified layer.setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest request, AsyncHandler<SetLoadBasedAutoScalingRequest, SetLoadBasedAutoScalingResult> asyncHandler) Specify the load-based auto scaling configuration for a specified layer.setPermissionAsync(SetPermissionRequest request) Specifies a user's permissions.setPermissionAsync(SetPermissionRequest request, AsyncHandler<SetPermissionRequest, SetPermissionResult> asyncHandler) Specifies a user's permissions.Specify the time-based auto scaling configuration for a specified instance.setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest request, AsyncHandler<SetTimeBasedAutoScalingRequest, SetTimeBasedAutoScalingResult> asyncHandler) Specify the time-based auto scaling configuration for a specified instance.voidshutdown()Shuts down the client, releasing all managed resources.startInstanceAsync(StartInstanceRequest request) Starts a specified instance.startInstanceAsync(StartInstanceRequest request, AsyncHandler<StartInstanceRequest, StartInstanceResult> asyncHandler) Starts a specified instance.startStackAsync(StartStackRequest request) Starts a stack's instances.startStackAsync(StartStackRequest request, AsyncHandler<StartStackRequest, StartStackResult> asyncHandler) Starts a stack's instances.stopInstanceAsync(StopInstanceRequest request) Stops a specified instance.stopInstanceAsync(StopInstanceRequest request, AsyncHandler<StopInstanceRequest, StopInstanceResult> asyncHandler) Stops a specified instance.stopStackAsync(StopStackRequest request) Stops a specified stack.stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest, StopStackResult> asyncHandler) Stops a specified stack.Unassigns a registered instance from all of it's layers.unassignInstanceAsync(UnassignInstanceRequest request, AsyncHandler<UnassignInstanceRequest, UnassignInstanceResult> asyncHandler) Unassigns a registered instance from all of it's layers.unassignVolumeAsync(UnassignVolumeRequest request) Unassigns an assigned Amazon EBS volume.unassignVolumeAsync(UnassignVolumeRequest request, AsyncHandler<UnassignVolumeRequest, UnassignVolumeResult> asyncHandler) Unassigns an assigned Amazon EBS volume.updateAppAsync(UpdateAppRequest request) Updates a specified app.updateAppAsync(UpdateAppRequest request, AsyncHandler<UpdateAppRequest, UpdateAppResult> asyncHandler) Updates a specified app.Updates a registered Elastic IP address's name.updateElasticIpAsync(UpdateElasticIpRequest request, AsyncHandler<UpdateElasticIpRequest, UpdateElasticIpResult> asyncHandler) Updates a registered Elastic IP address's name.updateInstanceAsync(UpdateInstanceRequest request) Updates a specified instance.updateInstanceAsync(UpdateInstanceRequest request, AsyncHandler<UpdateInstanceRequest, UpdateInstanceResult> asyncHandler) Updates a specified instance.updateLayerAsync(UpdateLayerRequest request) Updates a specified layer.updateLayerAsync(UpdateLayerRequest request, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) Updates a specified layer.Updates a user's SSH public key.updateMyUserProfileAsync(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest, UpdateMyUserProfileResult> asyncHandler) Updates a user's SSH public key.Updates an Amazon RDS instance.updateRdsDbInstanceAsync(UpdateRdsDbInstanceRequest request, AsyncHandler<UpdateRdsDbInstanceRequest, UpdateRdsDbInstanceResult> asyncHandler) Updates an Amazon RDS instance.updateStackAsync(UpdateStackRequest request) Updates a specified stack.updateStackAsync(UpdateStackRequest request, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) Updates a specified stack.Updates a specified user profile.updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) Updates a specified user profile.updateVolumeAsync(UpdateVolumeRequest request) Updates an Amazon EBS volume's name or mount point.updateVolumeAsync(UpdateVolumeRequest request, AsyncHandler<UpdateVolumeRequest, UpdateVolumeResult> asyncHandler) Updates an Amazon EBS volume's name or mount point.Methods inherited from class com.amazonaws.services.opsworks.AWSOpsWorksClient
assignInstance, assignVolume, associateElasticIp, attachElasticLoadBalancer, cloneStack, createApp, createDeployment, createInstance, createLayer, createStack, createUserProfile, deleteApp, deleteInstance, deleteLayer, deleteStack, deleteUserProfile, deregisterEcsCluster, deregisterElasticIp, deregisterInstance, deregisterRdsDbInstance, deregisterVolume, describeAgentVersions, describeApps, describeCommands, describeDeployments, describeEcsClusters, describeElasticIps, describeElasticLoadBalancers, describeInstances, describeLayers, describeLoadBasedAutoScaling, describeMyUserProfile, describePermissions, describeRaidArrays, describeRdsDbInstances, describeServiceErrors, describeStackProvisioningParameters, describeStacks, describeStackSummary, describeTimeBasedAutoScaling, describeUserProfiles, describeVolumes, detachElasticLoadBalancer, disassociateElasticIp, getCachedResponseMetadata, getHostnameSuggestion, grantAccess, rebootInstance, registerEcsCluster, registerElasticIp, registerInstance, registerRdsDbInstance, registerVolume, setLoadBasedAutoScaling, setPermission, setTimeBasedAutoScaling, startInstance, startStack, stopInstance, stopStack, unassignInstance, unassignVolume, updateApp, updateElasticIp, updateInstance, updateLayer, updateMyUserProfile, updateRdsDbInstance, updateStack, updateUserProfile, updateVolumeMethods inherited from class com.amazonaws.AmazonWebServiceClient
addRequestHandler, addRequestHandler, beforeMarshalling, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getEndpointPrefix, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.amazonaws.services.opsworks.AWSOpsWorks
assignInstance, assignVolume, associateElasticIp, attachElasticLoadBalancer, cloneStack, createApp, createDeployment, createInstance, createLayer, createStack, createUserProfile, deleteApp, deleteInstance, deleteLayer, deleteStack, deleteUserProfile, deregisterEcsCluster, deregisterElasticIp, deregisterInstance, deregisterRdsDbInstance, deregisterVolume, describeAgentVersions, describeApps, describeCommands, describeDeployments, describeEcsClusters, describeElasticIps, describeElasticLoadBalancers, describeInstances, describeLayers, describeLoadBasedAutoScaling, describeMyUserProfile, describePermissions, describeRaidArrays, describeRdsDbInstances, describeServiceErrors, describeStackProvisioningParameters, describeStacks, describeStackSummary, describeTimeBasedAutoScaling, describeUserProfiles, describeVolumes, detachElasticLoadBalancer, disassociateElasticIp, getCachedResponseMetadata, getHostnameSuggestion, grantAccess, rebootInstance, registerEcsCluster, registerElasticIp, registerInstance, registerRdsDbInstance, registerVolume, setEndpoint, setLoadBasedAutoScaling, setPermission, setRegion, setTimeBasedAutoScaling, startInstance, startStack, stopInstance, stopStack, unassignInstance, unassignVolume, updateApp, updateElasticIp, updateInstance, updateLayer, updateMyUserProfile, updateRdsDbInstance, updateStack, updateUserProfile, updateVolume
-
Constructor Details
-
AWSOpsWorksAsyncClient
public AWSOpsWorksAsyncClient()Constructs a new asynchronous client to invoke service methods on AWS OpsWorks. A credentials provider chain will be used that searches for credentials in this order:- Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
- Java System Properties - aws.accessKeyId and aws.secretKey
- Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
- Instance profile credentials delivered through the Amazon EC2 metadata service
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
- See Also:
-
AWSOpsWorksAsyncClient
Constructs a new asynchronous client to invoke service methods on AWS OpsWorks. A credentials provider chain will be used that searches for credentials in this order:- Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
- Java System Properties - aws.accessKeyId and aws.secretKey
- Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
- Instance profile credentials delivered through the Amazon EC2 metadata service
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the maximum number of concurrent connections configured via
ClientConfiguration.getMaxConnections().- Parameters:
clientConfiguration- The client configuration options controlling how this client connects to AWS OpsWorks (ex: proxy settings, retry counts, etc).- See Also:
-
AWSOpsWorksAsyncClient
Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials.Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
- Parameters:
awsCredentials- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.- See Also:
-
AWSOpsWorksAsyncClient
Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials and executor service. Default client settings will be used.- Parameters:
awsCredentials- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.executorService- The executor service by which all asynchronous requests will be executed.
-
AWSOpsWorksAsyncClient
public AWSOpsWorksAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials, executor service, and client configuration options.- Parameters:
awsCredentials- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration- Client configuration options (ex: max retry limit, proxy settings, etc).executorService- The executor service by which all asynchronous requests will be executed.
-
AWSOpsWorksAsyncClient
Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider. Default client settings will be used.Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
- Parameters:
awsCredentialsProvider- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.- See Also:
-
AWSOpsWorksAsyncClient
public AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the provided AWS account credentials provider and client configuration options.Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the maximum number of concurrent connections configured via
ClientConfiguration.getMaxConnections().- Parameters:
awsCredentialsProvider- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration- Client configuration options (ex: max retry limit, proxy settings, etc).- See Also:
-
AWSOpsWorksAsyncClient
public AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider and executor service. Default client settings will be used.- Parameters:
awsCredentialsProvider- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.executorService- The executor service by which all asynchronous requests will be executed.
-
AWSOpsWorksAsyncClient
public AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider, executor service, and client configuration options.- Parameters:
awsCredentialsProvider- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration- Client configuration options (ex: max retry limit, proxy settings, etc).executorService- The executor service by which all asynchronous requests will be executed.
-
-
Method Details
-
getExecutorService
Returns the executor service used by this client to execute async requests.- Returns:
- The executor service used by this client to execute async requests.
-
assignInstanceAsync
Description copied from interface:AWSOpsWorksAsyncAssign 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.
- Specified by:
assignInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the AssignInstance operation returned by the service.
-
assignInstanceAsync
public Future<AssignInstanceResult> assignInstanceAsync(AssignInstanceRequest request, AsyncHandler<AssignInstanceRequest, AssignInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncAssign 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.
- Specified by:
assignInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncAssigns 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.
- Specified by:
assignVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the AssignVolume operation returned by the service.
-
assignVolumeAsync
public Future<AssignVolumeResult> assignVolumeAsync(AssignVolumeRequest request, AsyncHandler<AssignVolumeRequest, AssignVolumeResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncAssigns 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.
- Specified by:
assignVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncAssociates 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.
- Specified by:
associateElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the AssociateElasticIp operation returned by the service.
-
associateElasticIpAsync
public Future<AssociateElasticIpResult> associateElasticIpAsync(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncAssociates 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.
- Specified by:
associateElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<AttachElasticLoadBalancerResult> attachElasticLoadBalancerAsync(AttachElasticLoadBalancerRequest request) Description copied from interface:AWSOpsWorksAsyncAttaches 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.
- Specified by:
attachElasticLoadBalancerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the AttachElasticLoadBalancer operation returned by the service.
-
attachElasticLoadBalancerAsync
public Future<AttachElasticLoadBalancerResult> attachElasticLoadBalancerAsync(AttachElasticLoadBalancerRequest request, AsyncHandler<AttachElasticLoadBalancerRequest, AttachElasticLoadBalancerResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncAttaches 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.
- Specified by:
attachElasticLoadBalancerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
cloneStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the CloneStack operation returned by the service.
-
cloneStackAsync
public Future<CloneStackResult> cloneStackAsync(CloneStackRequest request, AsyncHandler<CloneStackRequest, CloneStackResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
cloneStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createAppAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the CreateApp operation returned by the service.
-
createAppAsync
public Future<CreateAppResult> createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest, CreateAppResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createAppAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRuns 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.
- Specified by:
createDeploymentAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the CreateDeployment operation returned by the service.
-
createDeploymentAsync
public Future<CreateDeploymentResult> createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRuns 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.
- Specified by:
createDeploymentAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the CreateInstance operation returned by the service.
-
createInstanceAsync
public Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest, CreateInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createLayerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the CreateLayer operation returned by the service.
-
createLayerAsync
public Future<CreateLayerResult> createLayerAsync(CreateLayerRequest request, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createLayerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the CreateStack operation returned by the service.
-
createStackAsync
public Future<CreateStackResult> createStackAsync(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the CreateUserProfile operation returned by the service.
-
createUserProfileAsync
public Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest request, AsyncHandler<CreateUserProfileRequest, CreateUserProfileResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncCreates 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.
- Specified by:
createUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteAppAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeleteApp operation returned by the service.
-
deleteAppAsync
public Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request, AsyncHandler<DeleteAppRequest, DeleteAppResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteAppAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeleteInstance operation returned by the service.
-
deleteInstanceAsync
public Future<DeleteInstanceResult> deleteInstanceAsync(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest, DeleteInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteLayerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeleteLayer operation returned by the service.
-
deleteLayerAsync
public Future<DeleteLayerResult> deleteLayerAsync(DeleteLayerRequest request, AsyncHandler<DeleteLayerRequest, DeleteLayerResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteLayerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeleteStack operation returned by the service.
-
deleteStackAsync
public Future<DeleteStackResult> deleteStackAsync(DeleteStackRequest request, AsyncHandler<DeleteStackRequest, DeleteStackResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeleteUserProfile operation returned by the service.
-
deleteUserProfileAsync
public Future<DeleteUserProfileResult> deleteUserProfileAsync(DeleteUserProfileRequest request, AsyncHandler<DeleteUserProfileRequest, DeleteUserProfileResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeletes 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.
- Specified by:
deleteUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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.
-
deregisterEcsClusterAsync
public Future<DeregisterEcsClusterResult> deregisterEcsClusterAsync(DeregisterEcsClusterRequest request) Description copied from interface:AWSOpsWorksAsyncDeregisters a specified Amazon ECS cluster from a 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 .
- Specified by:
deregisterEcsClusterAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeregisterEcsCluster operation returned by the service.
-
deregisterEcsClusterAsync
public Future<DeregisterEcsClusterResult> deregisterEcsClusterAsync(DeregisterEcsClusterRequest request, AsyncHandler<DeregisterEcsClusterRequest, DeregisterEcsClusterResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeregisters a specified Amazon ECS cluster from a 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 .
- Specified by:
deregisterEcsClusterAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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 DeregisterEcsCluster operation returned by the service.
-
deregisterElasticIpAsync
public Future<DeregisterElasticIpResult> deregisterElasticIpAsync(DeregisterElasticIpRequest request) Description copied from interface:AWSOpsWorksAsyncDeregisters 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.
- Specified by:
deregisterElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeregisterElasticIp operation returned by the service.
-
deregisterElasticIpAsync
public Future<DeregisterElasticIpResult> deregisterElasticIpAsync(DeregisterElasticIpRequest request, AsyncHandler<DeregisterElasticIpRequest, DeregisterElasticIpResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeregisters 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.
- Specified by:
deregisterElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDeregister 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.
- Specified by:
deregisterInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeregisterInstance operation returned by the service.
-
deregisterInstanceAsync
public Future<DeregisterInstanceResult> deregisterInstanceAsync(DeregisterInstanceRequest request, AsyncHandler<DeregisterInstanceRequest, DeregisterInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeregister 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.
- Specified by:
deregisterInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DeregisterRdsDbInstanceResult> deregisterRdsDbInstanceAsync(DeregisterRdsDbInstanceRequest request) Description copied from interface:AWSOpsWorksAsyncDeregisters 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.
- Specified by:
deregisterRdsDbInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeregisterRdsDbInstance operation returned by the service.
-
deregisterRdsDbInstanceAsync
public Future<DeregisterRdsDbInstanceResult> deregisterRdsDbInstanceAsync(DeregisterRdsDbInstanceRequest request, AsyncHandler<DeregisterRdsDbInstanceRequest, DeregisterRdsDbInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeregisters 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.
- Specified by:
deregisterRdsDbInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDeregisters 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.
- Specified by:
deregisterVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DeregisterVolume operation returned by the service.
-
deregisterVolumeAsync
public Future<DeregisterVolumeResult> deregisterVolumeAsync(DeregisterVolumeRequest request, AsyncHandler<DeregisterVolumeRequest, DeregisterVolumeResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDeregisters 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.
- Specified by:
deregisterVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeAgentVersionsResult> describeAgentVersionsAsync(DescribeAgentVersionsRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes the available AWS OpsWorks agent versions. You must specify a stack ID or a configuration manager.
DescribeAgentVersionsreturns a list of available agent versions for the specified stack or configuration manager.- Specified by:
describeAgentVersionsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeAgentVersions operation returned by the service.
-
describeAgentVersionsAsync
public Future<DescribeAgentVersionsResult> describeAgentVersionsAsync(DescribeAgentVersionsRequest request, AsyncHandler<DescribeAgentVersionsRequest, DescribeAgentVersionsResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes the available AWS OpsWorks agent versions. You must specify a stack ID or a configuration manager.
DescribeAgentVersionsreturns a list of available agent versions for the specified stack or configuration manager.- Specified by:
describeAgentVersionsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeAppsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeApps operation returned by the service.
-
describeAppsAsync
public Future<DescribeAppsResult> describeAppsAsync(DescribeAppsRequest request, AsyncHandler<DescribeAppsRequest, DescribeAppsResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeAppsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeCommandsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeCommands operation returned by the service.
-
describeCommandsAsync
public Future<DescribeCommandsResult> describeCommandsAsync(DescribeCommandsRequest request, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeCommandsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeDeploymentsResult> describeDeploymentsAsync(DescribeDeploymentsRequest request) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeDeploymentsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeDeployments operation returned by the service.
-
describeDeploymentsAsync
public Future<DescribeDeploymentsResult> describeDeploymentsAsync(DescribeDeploymentsRequest request, AsyncHandler<DescribeDeploymentsRequest, DescribeDeploymentsResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeDeploymentsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeEcsClustersResult> describeEcsClustersAsync(DescribeEcsClustersRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the
MaxResultsandNextTokenparameters 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.
- Specified by:
describeEcsClustersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeEcsClusters operation returned by the service.
-
describeEcsClustersAsync
public Future<DescribeEcsClustersResult> describeEcsClustersAsync(DescribeEcsClustersRequest request, AsyncHandler<DescribeEcsClustersRequest, DescribeEcsClustersResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the
MaxResultsandNextTokenparameters 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.
- Specified by:
describeEcsClustersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeElasticIpsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeElasticIps operation returned by the service.
-
describeElasticIpsAsync
public Future<DescribeElasticIpsResult> describeElasticIpsAsync(DescribeElasticIpsRequest request, AsyncHandler<DescribeElasticIpsRequest, DescribeElasticIpsResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeElasticIpsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeElasticLoadBalancersResult> describeElasticLoadBalancersAsync(DescribeElasticLoadBalancersRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeElasticLoadBalancersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeElasticLoadBalancers operation returned by the service.
-
describeElasticLoadBalancersAsync
public Future<DescribeElasticLoadBalancersResult> describeElasticLoadBalancersAsync(DescribeElasticLoadBalancersRequest request, AsyncHandler<DescribeElasticLoadBalancersRequest, DescribeElasticLoadBalancersResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeElasticLoadBalancersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeInstancesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeInstances operation returned by the service.
-
describeInstancesAsync
public Future<DescribeInstancesResult> describeInstancesAsync(DescribeInstancesRequest request, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeInstancesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeLayersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeLayers operation returned by the service.
-
describeLayersAsync
public Future<DescribeLayersResult> describeLayersAsync(DescribeLayersRequest request, AsyncHandler<DescribeLayersRequest, DescribeLayersResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeLayersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeLoadBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeLoadBasedAutoScaling operation returned by the service.
-
describeLoadBasedAutoScalingAsync
public Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest request, AsyncHandler<DescribeLoadBasedAutoScalingRequest, DescribeLoadBasedAutoScalingResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeLoadBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeMyUserProfileResult> describeMyUserProfileAsync(DescribeMyUserProfileRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeMyUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeMyUserProfile operation returned by the service.
-
describeMyUserProfileAsync
public Future<DescribeMyUserProfileResult> describeMyUserProfileAsync(DescribeMyUserProfileRequest request, AsyncHandler<DescribeMyUserProfileRequest, DescribeMyUserProfileResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeMyUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribePermissionsResult> describePermissionsAsync(DescribePermissionsRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describePermissionsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribePermissions operation returned by the service.
-
describePermissionsAsync
public Future<DescribePermissionsResult> describePermissionsAsync(DescribePermissionsRequest request, AsyncHandler<DescribePermissionsRequest, DescribePermissionsResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describePermissionsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDescribe 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.
- Specified by:
describeRaidArraysAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeRaidArrays operation returned by the service.
-
describeRaidArraysAsync
public Future<DescribeRaidArraysResult> describeRaidArraysAsync(DescribeRaidArraysRequest request, AsyncHandler<DescribeRaidArraysRequest, DescribeRaidArraysResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribe 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.
- Specified by:
describeRaidArraysAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeRdsDbInstancesResult> describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeRdsDbInstancesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeRdsDbInstances operation returned by the service.
-
describeRdsDbInstancesAsync
public Future<DescribeRdsDbInstancesResult> describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeRdsDbInstancesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeServiceErrorsResult> describeServiceErrorsAsync(DescribeServiceErrorsRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeServiceErrorsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeServiceErrors operation returned by the service.
-
describeServiceErrorsAsync
public Future<DescribeServiceErrorsResult> describeServiceErrorsAsync(DescribeServiceErrorsRequest request, AsyncHandler<DescribeServiceErrorsRequest, DescribeServiceErrorsResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeServiceErrorsAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeStackProvisioningParametersResult> describeStackProvisioningParametersAsync(DescribeStackProvisioningParametersRequest request) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeStackProvisioningParametersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeStackProvisioningParameters operation returned by the service.
-
describeStackProvisioningParametersAsync
public Future<DescribeStackProvisioningParametersResult> describeStackProvisioningParametersAsync(DescribeStackProvisioningParametersRequest request, AsyncHandler<DescribeStackProvisioningParametersRequest, DescribeStackProvisioningParametersResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeStackProvisioningParametersAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeStackSummaryResult> describeStackSummaryAsync(DescribeStackSummaryRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes the number of layers and apps in a specified stack, and the number of instances in each state, such as
running_setuporonline.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.
- Specified by:
describeStackSummaryAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeStackSummary operation returned by the service.
-
describeStackSummaryAsync
public Future<DescribeStackSummaryResult> describeStackSummaryAsync(DescribeStackSummaryRequest request, AsyncHandler<DescribeStackSummaryRequest, DescribeStackSummaryResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes the number of layers and apps in a specified stack, and the number of instances in each state, such as
running_setuporonline.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.
- Specified by:
describeStackSummaryAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeStacksAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeStacks operation returned by the service.
-
describeStacksAsync
public Future<DescribeStacksResult> describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRequests 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.
- Specified by:
describeStacksAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest request) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeTimeBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeTimeBasedAutoScaling operation returned by the service.
-
describeTimeBasedAutoScalingAsync
public Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest request, AsyncHandler<DescribeTimeBasedAutoScalingRequest, DescribeTimeBasedAutoScalingResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeTimeBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DescribeUserProfilesResult> describeUserProfilesAsync(DescribeUserProfilesRequest request) Description copied from interface:AWSOpsWorksAsyncDescribe 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.
- Specified by:
describeUserProfilesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeUserProfiles operation returned by the service.
-
describeUserProfilesAsync
public Future<DescribeUserProfilesResult> describeUserProfilesAsync(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest, DescribeUserProfilesResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribe 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.
- Specified by:
describeUserProfilesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeVolumesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DescribeVolumes operation returned by the service.
-
describeVolumesAsync
public Future<DescribeVolumesResult> describeVolumesAsync(DescribeVolumesRequest request, AsyncHandler<DescribeVolumesRequest, DescribeVolumesResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDescribes 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.
- Specified by:
describeVolumesAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DetachElasticLoadBalancerResult> detachElasticLoadBalancerAsync(DetachElasticLoadBalancerRequest request) Description copied from interface:AWSOpsWorksAsyncDetaches 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.
- Specified by:
detachElasticLoadBalancerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DetachElasticLoadBalancer operation returned by the service.
-
detachElasticLoadBalancerAsync
public Future<DetachElasticLoadBalancerResult> detachElasticLoadBalancerAsync(DetachElasticLoadBalancerRequest request, AsyncHandler<DetachElasticLoadBalancerRequest, DetachElasticLoadBalancerResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDetaches 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.
- Specified by:
detachElasticLoadBalancerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<DisassociateElasticIpResult> disassociateElasticIpAsync(DisassociateElasticIpRequest request) Description copied from interface:AWSOpsWorksAsyncDisassociates 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.
- Specified by:
disassociateElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the DisassociateElasticIp operation returned by the service.
-
disassociateElasticIpAsync
public Future<DisassociateElasticIpResult> disassociateElasticIpAsync(DisassociateElasticIpRequest request, AsyncHandler<DisassociateElasticIpRequest, DisassociateElasticIpResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncDisassociates 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.
- Specified by:
disassociateElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync(GetHostnameSuggestionRequest request) Description copied from interface:AWSOpsWorksAsyncGets 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.
- Specified by:
getHostnameSuggestionAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the GetHostnameSuggestion operation returned by the service.
-
getHostnameSuggestionAsync
public Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest, GetHostnameSuggestionResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncGets 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.
- Specified by:
getHostnameSuggestionAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncThis action can be used only with Windows stacks. Grants RDP access to a Windows instance for a specified time period.
- Specified by:
grantAccessAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the GrantAccess operation returned by the service.
-
grantAccessAsync
public Future<GrantAccessResult> grantAccessAsync(GrantAccessRequest request, AsyncHandler<GrantAccessRequest, GrantAccessResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncThis action can be used only with Windows stacks. Grants RDP access to a Windows instance for a specified time period.
- Specified by:
grantAccessAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncReboots 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.
- Specified by:
rebootInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the RebootInstance operation returned by the service.
-
rebootInstanceAsync
public Future<RebootInstanceResult> rebootInstanceAsync(RebootInstanceRequest request, AsyncHandler<RebootInstanceRequest, RebootInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncReboots 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.
- Specified by:
rebootInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerEcsClusterAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the RegisterEcsCluster operation returned by the service.
-
registerEcsClusterAsync
public Future<RegisterEcsClusterResult> registerEcsClusterAsync(RegisterEcsClusterRequest request, AsyncHandler<RegisterEcsClusterRequest, RegisterEcsClusterResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerEcsClusterAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the RegisterElasticIp operation returned by the service.
-
registerElasticIpAsync
public Future<RegisterElasticIpResult> registerElasticIpAsync(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRegisters 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. RegisterInstancehandles only the second step. You should instead use the AWS CLIregistercommand, 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.
- Specified by:
registerInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the RegisterInstance operation returned by the service.
-
registerInstanceAsync
public Future<RegisterInstanceResult> registerInstanceAsync(RegisterInstanceRequest request, AsyncHandler<RegisterInstanceRequest, RegisterInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRegisters 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. RegisterInstancehandles only the second step. You should instead use the AWS CLIregistercommand, 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.
- Specified by:
registerInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<RegisterRdsDbInstanceResult> registerRdsDbInstanceAsync(RegisterRdsDbInstanceRequest request) Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerRdsDbInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the RegisterRdsDbInstance operation returned by the service.
-
registerRdsDbInstanceAsync
public Future<RegisterRdsDbInstanceResult> registerRdsDbInstanceAsync(RegisterRdsDbInstanceRequest request, AsyncHandler<RegisterRdsDbInstanceRequest, RegisterRdsDbInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerRdsDbInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the RegisterVolume operation returned by the service.
-
registerVolumeAsync
public Future<RegisterVolumeResult> registerVolumeAsync(RegisterVolumeRequest request, AsyncHandler<RegisterVolumeRequest, RegisterVolumeResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncRegisters 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.
- Specified by:
registerVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<SetLoadBasedAutoScalingResult> setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest request) Description copied from interface:AWSOpsWorksAsyncSpecify 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.
- Specified by:
setLoadBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the SetLoadBasedAutoScaling operation returned by the service.
-
setLoadBasedAutoScalingAsync
public Future<SetLoadBasedAutoScalingResult> setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest request, AsyncHandler<SetLoadBasedAutoScalingRequest, SetLoadBasedAutoScalingResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncSpecify 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.
- Specified by:
setLoadBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncSpecifies 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.
- Specified by:
setPermissionAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the SetPermission operation returned by the service.
-
setPermissionAsync
public Future<SetPermissionResult> setPermissionAsync(SetPermissionRequest request, AsyncHandler<SetPermissionRequest, SetPermissionResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncSpecifies 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.
- Specified by:
setPermissionAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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.
-
setTimeBasedAutoScalingAsync
public Future<SetTimeBasedAutoScalingResult> setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest request) Description copied from interface:AWSOpsWorksAsyncSpecify the time-based auto scaling configuration for a specified instance. For more information, see Managing Load with Time-based and Load-based 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.
- Specified by:
setTimeBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the SetTimeBasedAutoScaling operation returned by the service.
-
setTimeBasedAutoScalingAsync
public Future<SetTimeBasedAutoScalingResult> setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest request, AsyncHandler<SetTimeBasedAutoScalingRequest, SetTimeBasedAutoScalingResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncSpecify the time-based auto scaling configuration for a specified instance. For more information, see Managing Load with Time-based and Load-based 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.
- Specified by:
setTimeBasedAutoScalingAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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 SetTimeBasedAutoScaling operation returned by the service.
-
startInstanceAsync
Description copied from interface:AWSOpsWorksAsyncStarts 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.
- Specified by:
startInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the StartInstance operation returned by the service.
-
startInstanceAsync
public Future<StartInstanceResult> startInstanceAsync(StartInstanceRequest request, AsyncHandler<StartInstanceRequest, StartInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncStarts 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.
- Specified by:
startInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncStarts 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.
- Specified by:
startStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the StartStack operation returned by the service.
-
startStackAsync
public Future<StartStackResult> startStackAsync(StartStackRequest request, AsyncHandler<StartStackRequest, StartStackResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncStarts 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.
- Specified by:
startStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncStops 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.
- Specified by:
stopInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the StopInstance operation returned by the service.
-
stopInstanceAsync
public Future<StopInstanceResult> stopInstanceAsync(StopInstanceRequest request, AsyncHandler<StopInstanceRequest, StopInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncStops 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.
- Specified by:
stopInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncStops 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.
- Specified by:
stopStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the StopStack operation returned by the service.
-
stopStackAsync
public Future<StopStackResult> stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest, StopStackResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncStops 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.
- Specified by:
stopStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUnassigns 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.
- Specified by:
unassignInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UnassignInstance operation returned by the service.
-
unassignInstanceAsync
public Future<UnassignInstanceResult> unassignInstanceAsync(UnassignInstanceRequest request, AsyncHandler<UnassignInstanceRequest, UnassignInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUnassigns 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.
- Specified by:
unassignInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUnassigns 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.
- Specified by:
unassignVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UnassignVolume operation returned by the service.
-
unassignVolumeAsync
public Future<UnassignVolumeResult> unassignVolumeAsync(UnassignVolumeRequest request, AsyncHandler<UnassignVolumeRequest, UnassignVolumeResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUnassigns 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.
- Specified by:
unassignVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateAppAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateApp operation returned by the service.
-
updateAppAsync
public Future<UpdateAppResult> updateAppAsync(UpdateAppRequest request, AsyncHandler<UpdateAppRequest, UpdateAppResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateAppAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateElasticIp operation returned by the service.
-
updateElasticIpAsync
public Future<UpdateElasticIpResult> updateElasticIpAsync(UpdateElasticIpRequest request, AsyncHandler<UpdateElasticIpRequest, UpdateElasticIpResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateElasticIpAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateInstance operation returned by the service.
-
updateInstanceAsync
public Future<UpdateInstanceResult> updateInstanceAsync(UpdateInstanceRequest request, AsyncHandler<UpdateInstanceRequest, UpdateInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateLayerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateLayer operation returned by the service.
-
updateLayerAsync
public Future<UpdateLayerResult> updateLayerAsync(UpdateLayerRequest request, AsyncHandler<UpdateLayerRequest, UpdateLayerResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateLayerAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<UpdateMyUserProfileResult> updateMyUserProfileAsync(UpdateMyUserProfileRequest request) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateMyUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateMyUserProfile operation returned by the service.
-
updateMyUserProfileAsync
public Future<UpdateMyUserProfileResult> updateMyUserProfileAsync(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest, UpdateMyUserProfileResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateMyUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
public Future<UpdateRdsDbInstanceResult> updateRdsDbInstanceAsync(UpdateRdsDbInstanceRequest request) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateRdsDbInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateRdsDbInstance operation returned by the service.
-
updateRdsDbInstanceAsync
public Future<UpdateRdsDbInstanceResult> updateRdsDbInstanceAsync(UpdateRdsDbInstanceRequest request, AsyncHandler<UpdateRdsDbInstanceRequest, UpdateRdsDbInstanceResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateRdsDbInstanceAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateStack operation returned by the service.
-
updateStackAsync
public Future<UpdateStackResult> updateStackAsync(UpdateStackRequest request, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateStackAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateUserProfile operation returned by the service.
-
updateUserProfileAsync
public Future<UpdateUserProfileResult> updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest, UpdateUserProfileResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateUserProfileAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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
Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-- Returns:
- A Java Future containing the result of the UpdateVolume operation returned by the service.
-
updateVolumeAsync
public Future<UpdateVolumeResult> updateVolumeAsync(UpdateVolumeRequest request, AsyncHandler<UpdateVolumeRequest, UpdateVolumeResult> asyncHandler) Description copied from interface:AWSOpsWorksAsyncUpdates 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.
- Specified by:
updateVolumeAsyncin interfaceAWSOpsWorksAsync- Parameters:
request-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.
-
shutdown
public void shutdown()Shuts down the client, releasing all managed resources. This includes forcibly terminating all pending asynchronous service calls. Clients who wish to give pending asynchronous service calls time to complete should callgetExecutorService().shutdown()followed bygetExecutorService().awaitTermination()prior to calling this method.- Specified by:
shutdownin interfaceAWSOpsWorks- Overrides:
shutdownin classAmazonWebServiceClient
-