@ThreadSafe public class AWSOpsWorksAsyncClient extends AWSOpsWorksClient implements 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:
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.
Modifier and Type | Field and Description |
---|---|
private static int |
DEFAULT_THREAD_POOL_SIZE |
private java.util.concurrent.ExecutorService |
executorService |
configFactory
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset
Constructor and Description |
---|
AWSOpsWorksAsyncClient()
Constructs 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(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
java.util.concurrent.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,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
OpsWorks using the specified AWS account credentials and executor
service.
|
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,
java.util.concurrent.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,
java.util.concurrent.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(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on AWS
OpsWorks.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AssignInstanceResult> |
assignInstanceAsync(AssignInstanceRequest request)
Assign a registered instance to a layer.
|
java.util.concurrent.Future<AssignInstanceResult> |
assignInstanceAsync(AssignInstanceRequest request,
AsyncHandler<AssignInstanceRequest,AssignInstanceResult> asyncHandler)
Assign a registered instance to a layer.
|
java.util.concurrent.Future<AssignVolumeResult> |
assignVolumeAsync(AssignVolumeRequest request)
Assigns one of the stack's registered Amazon EBS volumes to a specified
instance.
|
java.util.concurrent.Future<AssignVolumeResult> |
assignVolumeAsync(AssignVolumeRequest request,
AsyncHandler<AssignVolumeRequest,AssignVolumeResult> asyncHandler)
Assigns one of the stack's registered Amazon EBS volumes to a specified
instance.
|
java.util.concurrent.Future<AssociateElasticIpResult> |
associateElasticIpAsync(AssociateElasticIpRequest request)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
java.util.concurrent.Future<AssociateElasticIpResult> |
associateElasticIpAsync(AssociateElasticIpRequest request,
AsyncHandler<AssociateElasticIpRequest,AssociateElasticIpResult> asyncHandler)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
java.util.concurrent.Future<AttachElasticLoadBalancerResult> |
attachElasticLoadBalancerAsync(AttachElasticLoadBalancerRequest request)
Attaches an Elastic Load Balancing load balancer to a specified layer.
|
java.util.concurrent.Future<AttachElasticLoadBalancerResult> |
attachElasticLoadBalancerAsync(AttachElasticLoadBalancerRequest request,
AsyncHandler<AttachElasticLoadBalancerRequest,AttachElasticLoadBalancerResult> asyncHandler)
Attaches an Elastic Load Balancing load balancer to a specified layer.
|
java.util.concurrent.Future<CloneStackResult> |
cloneStackAsync(CloneStackRequest request)
Creates a clone of a specified stack.
|
java.util.concurrent.Future<CloneStackResult> |
cloneStackAsync(CloneStackRequest request,
AsyncHandler<CloneStackRequest,CloneStackResult> asyncHandler)
Creates a clone of a specified stack.
|
java.util.concurrent.Future<CreateAppResult> |
createAppAsync(CreateAppRequest request)
Creates an app for a specified stack.
|
java.util.concurrent.Future<CreateAppResult> |
createAppAsync(CreateAppRequest request,
AsyncHandler<CreateAppRequest,CreateAppResult> asyncHandler)
Creates an app for a specified stack.
|
java.util.concurrent.Future<CreateDeploymentResult> |
createDeploymentAsync(CreateDeploymentRequest request)
Runs deployment or stack commands.
|
java.util.concurrent.Future<CreateDeploymentResult> |
createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Runs deployment or stack commands.
|
java.util.concurrent.Future<CreateInstanceResult> |
createInstanceAsync(CreateInstanceRequest request)
Creates an instance in a specified stack.
|
java.util.concurrent.Future<CreateInstanceResult> |
createInstanceAsync(CreateInstanceRequest request,
AsyncHandler<CreateInstanceRequest,CreateInstanceResult> asyncHandler)
Creates an instance in a specified stack.
|
java.util.concurrent.Future<CreateLayerResult> |
createLayerAsync(CreateLayerRequest request)
Creates a layer.
|
java.util.concurrent.Future<CreateLayerResult> |
createLayerAsync(CreateLayerRequest request,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
Creates a layer.
|
java.util.concurrent.Future<CreateStackResult> |
createStackAsync(CreateStackRequest request)
Creates a new stack.
|
java.util.concurrent.Future<CreateStackResult> |
createStackAsync(CreateStackRequest request,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
java.util.concurrent.Future<CreateUserProfileResult> |
createUserProfileAsync(CreateUserProfileRequest request)
Creates a new user profile.
|
java.util.concurrent.Future<CreateUserProfileResult> |
createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
Creates a new user profile.
|
java.util.concurrent.Future<DeleteAppResult> |
deleteAppAsync(DeleteAppRequest request)
Deletes a specified app.
|
java.util.concurrent.Future<DeleteAppResult> |
deleteAppAsync(DeleteAppRequest request,
AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
Deletes a specified app.
|
java.util.concurrent.Future<DeleteInstanceResult> |
deleteInstanceAsync(DeleteInstanceRequest request)
Deletes a specified instance, which terminates the associated Amazon EC2
instance.
|
java.util.concurrent.Future<DeleteInstanceResult> |
deleteInstanceAsync(DeleteInstanceRequest request,
AsyncHandler<DeleteInstanceRequest,DeleteInstanceResult> asyncHandler)
Deletes a specified instance, which terminates the associated Amazon EC2
instance.
|
java.util.concurrent.Future<DeleteLayerResult> |
deleteLayerAsync(DeleteLayerRequest request)
Deletes a specified layer.
|
java.util.concurrent.Future<DeleteLayerResult> |
deleteLayerAsync(DeleteLayerRequest request,
AsyncHandler<DeleteLayerRequest,DeleteLayerResult> asyncHandler)
Deletes a specified layer.
|
java.util.concurrent.Future<DeleteStackResult> |
deleteStackAsync(DeleteStackRequest request)
Deletes a specified stack.
|
java.util.concurrent.Future<DeleteStackResult> |
deleteStackAsync(DeleteStackRequest request,
AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler)
Deletes a specified stack.
|
java.util.concurrent.Future<DeleteUserProfileResult> |
deleteUserProfileAsync(DeleteUserProfileRequest request)
Deletes a user profile.
|
java.util.concurrent.Future<DeleteUserProfileResult> |
deleteUserProfileAsync(DeleteUserProfileRequest request,
AsyncHandler<DeleteUserProfileRequest,DeleteUserProfileResult> asyncHandler)
Deletes a user profile.
|
java.util.concurrent.Future<DeregisterEcsClusterResult> |
deregisterEcsClusterAsync(DeregisterEcsClusterRequest request)
Deregisters a specified Amazon ECS cluster from a stack.
|
java.util.concurrent.Future<DeregisterEcsClusterResult> |
deregisterEcsClusterAsync(DeregisterEcsClusterRequest request,
AsyncHandler<DeregisterEcsClusterRequest,DeregisterEcsClusterResult> asyncHandler)
Deregisters a specified Amazon ECS cluster from a stack.
|
java.util.concurrent.Future<DeregisterElasticIpResult> |
deregisterElasticIpAsync(DeregisterElasticIpRequest request)
Deregisters a specified Elastic IP address.
|
java.util.concurrent.Future<DeregisterElasticIpResult> |
deregisterElasticIpAsync(DeregisterElasticIpRequest request,
AsyncHandler<DeregisterElasticIpRequest,DeregisterElasticIpResult> asyncHandler)
Deregisters a specified Elastic IP address.
|
java.util.concurrent.Future<DeregisterInstanceResult> |
deregisterInstanceAsync(DeregisterInstanceRequest request)
Deregister a registered Amazon EC2 or on-premises instance.
|
java.util.concurrent.Future<DeregisterInstanceResult> |
deregisterInstanceAsync(DeregisterInstanceRequest request,
AsyncHandler<DeregisterInstanceRequest,DeregisterInstanceResult> asyncHandler)
Deregister a registered Amazon EC2 or on-premises instance.
|
java.util.concurrent.Future<DeregisterRdsDbInstanceResult> |
deregisterRdsDbInstanceAsync(DeregisterRdsDbInstanceRequest request)
Deregisters an Amazon RDS instance.
|
java.util.concurrent.Future<DeregisterRdsDbInstanceResult> |
deregisterRdsDbInstanceAsync(DeregisterRdsDbInstanceRequest request,
AsyncHandler<DeregisterRdsDbInstanceRequest,DeregisterRdsDbInstanceResult> asyncHandler)
Deregisters an Amazon RDS instance.
|
java.util.concurrent.Future<DeregisterVolumeResult> |
deregisterVolumeAsync(DeregisterVolumeRequest request)
Deregisters an Amazon EBS volume.
|
java.util.concurrent.Future<DeregisterVolumeResult> |
deregisterVolumeAsync(DeregisterVolumeRequest request,
AsyncHandler<DeregisterVolumeRequest,DeregisterVolumeResult> asyncHandler)
Deregisters an Amazon EBS volume.
|
java.util.concurrent.Future<DescribeAgentVersionsResult> |
describeAgentVersionsAsync(DescribeAgentVersionsRequest request)
Describes the available AWS OpsWorks agent versions.
|
java.util.concurrent.Future<DescribeAgentVersionsResult> |
describeAgentVersionsAsync(DescribeAgentVersionsRequest request,
AsyncHandler<DescribeAgentVersionsRequest,DescribeAgentVersionsResult> asyncHandler)
Describes the available AWS OpsWorks agent versions.
|
java.util.concurrent.Future<DescribeAppsResult> |
describeAppsAsync(DescribeAppsRequest request)
Requests a description of a specified set of apps.
|
java.util.concurrent.Future<DescribeAppsResult> |
describeAppsAsync(DescribeAppsRequest request,
AsyncHandler<DescribeAppsRequest,DescribeAppsResult> asyncHandler)
Requests a description of a specified set of apps.
|
java.util.concurrent.Future<DescribeCommandsResult> |
describeCommandsAsync(DescribeCommandsRequest request)
Describes the results of specified commands.
|
java.util.concurrent.Future<DescribeCommandsResult> |
describeCommandsAsync(DescribeCommandsRequest request,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
java.util.concurrent.Future<DescribeDeploymentsResult> |
describeDeploymentsAsync(DescribeDeploymentsRequest request)
Requests a description of a specified set of deployments.
|
java.util.concurrent.Future<DescribeDeploymentsResult> |
describeDeploymentsAsync(DescribeDeploymentsRequest request,
AsyncHandler<DescribeDeploymentsRequest,DescribeDeploymentsResult> asyncHandler)
Requests a description of a specified set of deployments.
|
java.util.concurrent.Future<DescribeEcsClustersResult> |
describeEcsClustersAsync(DescribeEcsClustersRequest request)
Describes Amazon ECS clusters that are registered with a stack.
|
java.util.concurrent.Future<DescribeEcsClustersResult> |
describeEcsClustersAsync(DescribeEcsClustersRequest request,
AsyncHandler<DescribeEcsClustersRequest,DescribeEcsClustersResult> asyncHandler)
Describes Amazon ECS clusters that are registered with a stack.
|
java.util.concurrent.Future<DescribeElasticIpsResult> |
describeElasticIpsAsync(DescribeElasticIpsRequest request)
Describes Elastic IP addresses.
|
java.util.concurrent.Future<DescribeElasticIpsResult> |
describeElasticIpsAsync(DescribeElasticIpsRequest request,
AsyncHandler<DescribeElasticIpsRequest,DescribeElasticIpsResult> asyncHandler)
Describes Elastic IP addresses.
|
java.util.concurrent.Future<DescribeElasticLoadBalancersResult> |
describeElasticLoadBalancersAsync(DescribeElasticLoadBalancersRequest request)
Describes a stack's Elastic Load Balancing instances.
|
java.util.concurrent.Future<DescribeElasticLoadBalancersResult> |
describeElasticLoadBalancersAsync(DescribeElasticLoadBalancersRequest request,
AsyncHandler<DescribeElasticLoadBalancersRequest,DescribeElasticLoadBalancersResult> asyncHandler)
Describes a stack's Elastic Load Balancing instances.
|
java.util.concurrent.Future<DescribeInstancesResult> |
describeInstancesAsync(DescribeInstancesRequest request)
Requests a description of a set of instances.
|
java.util.concurrent.Future<DescribeInstancesResult> |
describeInstancesAsync(DescribeInstancesRequest request,
AsyncHandler<DescribeInstancesRequest,DescribeInstancesResult> asyncHandler)
Requests a description of a set of instances.
|
java.util.concurrent.Future<DescribeLayersResult> |
describeLayersAsync(DescribeLayersRequest request)
Requests a description of one or more layers in a specified stack.
|
java.util.concurrent.Future<DescribeLayersResult> |
describeLayersAsync(DescribeLayersRequest request,
AsyncHandler<DescribeLayersRequest,DescribeLayersResult> asyncHandler)
Requests a description of one or more layers in a specified stack.
|
java.util.concurrent.Future<DescribeLoadBasedAutoScalingResult> |
describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest request)
Describes load-based auto scaling configurations for specified layers.
|
java.util.concurrent.Future<DescribeLoadBasedAutoScalingResult> |
describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest request,
AsyncHandler<DescribeLoadBasedAutoScalingRequest,DescribeLoadBasedAutoScalingResult> asyncHandler)
Describes load-based auto scaling configurations for specified layers.
|
java.util.concurrent.Future<DescribeMyUserProfileResult> |
describeMyUserProfileAsync(DescribeMyUserProfileRequest request)
Describes a user's SSH information.
|
java.util.concurrent.Future<DescribeMyUserProfileResult> |
describeMyUserProfileAsync(DescribeMyUserProfileRequest request,
AsyncHandler<DescribeMyUserProfileRequest,DescribeMyUserProfileResult> asyncHandler)
Describes a user's SSH information.
|
java.util.concurrent.Future<DescribePermissionsResult> |
describePermissionsAsync(DescribePermissionsRequest request)
Describes the permissions for a specified stack.
|
java.util.concurrent.Future<DescribePermissionsResult> |
describePermissionsAsync(DescribePermissionsRequest request,
AsyncHandler<DescribePermissionsRequest,DescribePermissionsResult> asyncHandler)
Describes the permissions for a specified stack.
|
java.util.concurrent.Future<DescribeRaidArraysResult> |
describeRaidArraysAsync(DescribeRaidArraysRequest request)
Describe an instance's RAID arrays.
|
java.util.concurrent.Future<DescribeRaidArraysResult> |
describeRaidArraysAsync(DescribeRaidArraysRequest request,
AsyncHandler<DescribeRaidArraysRequest,DescribeRaidArraysResult> asyncHandler)
Describe an instance's RAID arrays.
|
java.util.concurrent.Future<DescribeRdsDbInstancesResult> |
describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request)
Describes Amazon RDS instances.
|
java.util.concurrent.Future<DescribeRdsDbInstancesResult> |
describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request,
AsyncHandler<DescribeRdsDbInstancesRequest,DescribeRdsDbInstancesResult> asyncHandler)
Describes Amazon RDS instances.
|
java.util.concurrent.Future<DescribeServiceErrorsResult> |
describeServiceErrorsAsync(DescribeServiceErrorsRequest request)
Describes AWS OpsWorks service errors.
|
java.util.concurrent.Future<DescribeServiceErrorsResult> |
describeServiceErrorsAsync(DescribeServiceErrorsRequest request,
AsyncHandler<DescribeServiceErrorsRequest,DescribeServiceErrorsResult> asyncHandler)
Describes AWS OpsWorks service errors.
|
java.util.concurrent.Future<DescribeStackProvisioningParametersResult> |
describeStackProvisioningParametersAsync(DescribeStackProvisioningParametersRequest request)
Requests a description of a stack's provisioning parameters.
|
java.util.concurrent.Future<DescribeStackProvisioningParametersResult> |
describeStackProvisioningParametersAsync(DescribeStackProvisioningParametersRequest request,
AsyncHandler<DescribeStackProvisioningParametersRequest,DescribeStackProvisioningParametersResult> asyncHandler)
Requests a description of a stack's provisioning parameters.
|
java.util.concurrent.Future<DescribeStacksResult> |
describeStacksAsync(DescribeStacksRequest request)
Requests a description of one or more stacks.
|
java.util.concurrent.Future<DescribeStacksResult> |
describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Requests a description of one or more stacks.
|
java.util.concurrent.Future<DescribeStackSummaryResult> |
describeStackSummaryAsync(DescribeStackSummaryRequest request)
Describes the number of layers and apps in a specified stack, and the
number of instances in each state, such as
running_setup or
online . |
java.util.concurrent.Future<DescribeStackSummaryResult> |
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 as
running_setup or
online . |
java.util.concurrent.Future<DescribeTimeBasedAutoScalingResult> |
describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest request)
Describes time-based auto scaling configurations for specified instances.
|
java.util.concurrent.Future<DescribeTimeBasedAutoScalingResult> |
describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest request,
AsyncHandler<DescribeTimeBasedAutoScalingRequest,DescribeTimeBasedAutoScalingResult> asyncHandler)
Describes time-based auto scaling configurations for specified instances.
|
java.util.concurrent.Future<DescribeUserProfilesResult> |
describeUserProfilesAsync(DescribeUserProfilesRequest request)
Describe specified users.
|
java.util.concurrent.Future<DescribeUserProfilesResult> |
describeUserProfilesAsync(DescribeUserProfilesRequest request,
AsyncHandler<DescribeUserProfilesRequest,DescribeUserProfilesResult> asyncHandler)
Describe specified users.
|
java.util.concurrent.Future<DescribeVolumesResult> |
describeVolumesAsync(DescribeVolumesRequest request)
Describes an instance's Amazon EBS volumes.
|
java.util.concurrent.Future<DescribeVolumesResult> |
describeVolumesAsync(DescribeVolumesRequest request,
AsyncHandler<DescribeVolumesRequest,DescribeVolumesResult> asyncHandler)
Describes an instance's Amazon EBS volumes.
|
java.util.concurrent.Future<DetachElasticLoadBalancerResult> |
detachElasticLoadBalancerAsync(DetachElasticLoadBalancerRequest request)
Detaches a specified Elastic Load Balancing instance from its layer.
|
java.util.concurrent.Future<DetachElasticLoadBalancerResult> |
detachElasticLoadBalancerAsync(DetachElasticLoadBalancerRequest request,
AsyncHandler<DetachElasticLoadBalancerRequest,DetachElasticLoadBalancerResult> asyncHandler)
Detaches a specified Elastic Load Balancing instance from its layer.
|
java.util.concurrent.Future<DisassociateElasticIpResult> |
disassociateElasticIpAsync(DisassociateElasticIpRequest request)
Disassociates an Elastic IP address from its instance.
|
java.util.concurrent.Future<DisassociateElasticIpResult> |
disassociateElasticIpAsync(DisassociateElasticIpRequest request,
AsyncHandler<DisassociateElasticIpRequest,DisassociateElasticIpResult> asyncHandler)
Disassociates an Elastic IP address from its instance.
|
java.util.concurrent.ExecutorService |
getExecutorService()
Returns the executor service used by this client to execute async
requests.
|
java.util.concurrent.Future<GetHostnameSuggestionResult> |
getHostnameSuggestionAsync(GetHostnameSuggestionRequest request)
Gets a generated host name for the specified layer, based on the current
host name theme.
|
java.util.concurrent.Future<GetHostnameSuggestionResult> |
getHostnameSuggestionAsync(GetHostnameSuggestionRequest request,
AsyncHandler<GetHostnameSuggestionRequest,GetHostnameSuggestionResult> asyncHandler)
Gets a generated host name for the specified layer, based on the current
host name theme.
|
java.util.concurrent.Future<GrantAccessResult> |
grantAccessAsync(GrantAccessRequest request)
|
java.util.concurrent.Future<GrantAccessResult> |
grantAccessAsync(GrantAccessRequest request,
AsyncHandler<GrantAccessRequest,GrantAccessResult> asyncHandler)
|
java.util.concurrent.Future<RebootInstanceResult> |
rebootInstanceAsync(RebootInstanceRequest request)
Reboots a specified instance.
|
java.util.concurrent.Future<RebootInstanceResult> |
rebootInstanceAsync(RebootInstanceRequest request,
AsyncHandler<RebootInstanceRequest,RebootInstanceResult> asyncHandler)
Reboots a specified instance.
|
java.util.concurrent.Future<RegisterEcsClusterResult> |
registerEcsClusterAsync(RegisterEcsClusterRequest request)
Registers a specified Amazon ECS cluster with a stack.
|
java.util.concurrent.Future<RegisterEcsClusterResult> |
registerEcsClusterAsync(RegisterEcsClusterRequest request,
AsyncHandler<RegisterEcsClusterRequest,RegisterEcsClusterResult> asyncHandler)
Registers a specified Amazon ECS cluster with a stack.
|
java.util.concurrent.Future<RegisterElasticIpResult> |
registerElasticIpAsync(RegisterElasticIpRequest request)
Registers an Elastic IP address with a specified stack.
|
java.util.concurrent.Future<RegisterElasticIpResult> |
registerElasticIpAsync(RegisterElasticIpRequest request,
AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
Registers an Elastic IP address with a specified stack.
|
java.util.concurrent.Future<RegisterInstanceResult> |
registerInstanceAsync(RegisterInstanceRequest request)
Registers instances with a specified stack that were created outside of
AWS OpsWorks.
|
java.util.concurrent.Future<RegisterInstanceResult> |
registerInstanceAsync(RegisterInstanceRequest request,
AsyncHandler<RegisterInstanceRequest,RegisterInstanceResult> asyncHandler)
Registers instances with a specified stack that were created outside of
AWS OpsWorks.
|
java.util.concurrent.Future<RegisterRdsDbInstanceResult> |
registerRdsDbInstanceAsync(RegisterRdsDbInstanceRequest request)
Registers an Amazon RDS instance with a stack.
|
java.util.concurrent.Future<RegisterRdsDbInstanceResult> |
registerRdsDbInstanceAsync(RegisterRdsDbInstanceRequest request,
AsyncHandler<RegisterRdsDbInstanceRequest,RegisterRdsDbInstanceResult> asyncHandler)
Registers an Amazon RDS instance with a stack.
|
java.util.concurrent.Future<RegisterVolumeResult> |
registerVolumeAsync(RegisterVolumeRequest request)
Registers an Amazon EBS volume with a specified stack.
|
java.util.concurrent.Future<RegisterVolumeResult> |
registerVolumeAsync(RegisterVolumeRequest request,
AsyncHandler<RegisterVolumeRequest,RegisterVolumeResult> asyncHandler)
Registers an Amazon EBS volume with a specified stack.
|
java.util.concurrent.Future<SetLoadBasedAutoScalingResult> |
setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest request)
Specify the load-based auto scaling configuration for a specified layer.
|
java.util.concurrent.Future<SetLoadBasedAutoScalingResult> |
setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest request,
AsyncHandler<SetLoadBasedAutoScalingRequest,SetLoadBasedAutoScalingResult> asyncHandler)
Specify the load-based auto scaling configuration for a specified layer.
|
java.util.concurrent.Future<SetPermissionResult> |
setPermissionAsync(SetPermissionRequest request)
Specifies a user's permissions.
|
java.util.concurrent.Future<SetPermissionResult> |
setPermissionAsync(SetPermissionRequest request,
AsyncHandler<SetPermissionRequest,SetPermissionResult> asyncHandler)
Specifies a user's permissions.
|
java.util.concurrent.Future<SetTimeBasedAutoScalingResult> |
setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest request)
Specify the time-based auto scaling configuration for a specified
instance.
|
java.util.concurrent.Future<SetTimeBasedAutoScalingResult> |
setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest request,
AsyncHandler<SetTimeBasedAutoScalingRequest,SetTimeBasedAutoScalingResult> asyncHandler)
Specify the time-based auto scaling configuration for a specified
instance.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
java.util.concurrent.Future<StartInstanceResult> |
startInstanceAsync(StartInstanceRequest request)
Starts a specified instance.
|
java.util.concurrent.Future<StartInstanceResult> |
startInstanceAsync(StartInstanceRequest request,
AsyncHandler<StartInstanceRequest,StartInstanceResult> asyncHandler)
Starts a specified instance.
|
java.util.concurrent.Future<StartStackResult> |
startStackAsync(StartStackRequest request)
Starts a stack's instances.
|
java.util.concurrent.Future<StartStackResult> |
startStackAsync(StartStackRequest request,
AsyncHandler<StartStackRequest,StartStackResult> asyncHandler)
Starts a stack's instances.
|
java.util.concurrent.Future<StopInstanceResult> |
stopInstanceAsync(StopInstanceRequest request)
Stops a specified instance.
|
java.util.concurrent.Future<StopInstanceResult> |
stopInstanceAsync(StopInstanceRequest request,
AsyncHandler<StopInstanceRequest,StopInstanceResult> asyncHandler)
Stops a specified instance.
|
java.util.concurrent.Future<StopStackResult> |
stopStackAsync(StopStackRequest request)
Stops a specified stack.
|
java.util.concurrent.Future<StopStackResult> |
stopStackAsync(StopStackRequest request,
AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
Stops a specified stack.
|
java.util.concurrent.Future<UnassignInstanceResult> |
unassignInstanceAsync(UnassignInstanceRequest request)
Unassigns a registered instance from all of it's layers.
|
java.util.concurrent.Future<UnassignInstanceResult> |
unassignInstanceAsync(UnassignInstanceRequest request,
AsyncHandler<UnassignInstanceRequest,UnassignInstanceResult> asyncHandler)
Unassigns a registered instance from all of it's layers.
|
java.util.concurrent.Future<UnassignVolumeResult> |
unassignVolumeAsync(UnassignVolumeRequest request)
Unassigns an assigned Amazon EBS volume.
|
java.util.concurrent.Future<UnassignVolumeResult> |
unassignVolumeAsync(UnassignVolumeRequest request,
AsyncHandler<UnassignVolumeRequest,UnassignVolumeResult> asyncHandler)
Unassigns an assigned Amazon EBS volume.
|
java.util.concurrent.Future<UpdateAppResult> |
updateAppAsync(UpdateAppRequest request)
Updates a specified app.
|
java.util.concurrent.Future<UpdateAppResult> |
updateAppAsync(UpdateAppRequest request,
AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
Updates a specified app.
|
java.util.concurrent.Future<UpdateElasticIpResult> |
updateElasticIpAsync(UpdateElasticIpRequest request)
Updates a registered Elastic IP address's name.
|
java.util.concurrent.Future<UpdateElasticIpResult> |
updateElasticIpAsync(UpdateElasticIpRequest request,
AsyncHandler<UpdateElasticIpRequest,UpdateElasticIpResult> asyncHandler)
Updates a registered Elastic IP address's name.
|
java.util.concurrent.Future<UpdateInstanceResult> |
updateInstanceAsync(UpdateInstanceRequest request)
Updates a specified instance.
|
java.util.concurrent.Future<UpdateInstanceResult> |
updateInstanceAsync(UpdateInstanceRequest request,
AsyncHandler<UpdateInstanceRequest,UpdateInstanceResult> asyncHandler)
Updates a specified instance.
|
java.util.concurrent.Future<UpdateLayerResult> |
updateLayerAsync(UpdateLayerRequest request)
Updates a specified layer.
|
java.util.concurrent.Future<UpdateLayerResult> |
updateLayerAsync(UpdateLayerRequest request,
AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler)
Updates a specified layer.
|
java.util.concurrent.Future<UpdateMyUserProfileResult> |
updateMyUserProfileAsync(UpdateMyUserProfileRequest request)
Updates a user's SSH public key.
|
java.util.concurrent.Future<UpdateMyUserProfileResult> |
updateMyUserProfileAsync(UpdateMyUserProfileRequest request,
AsyncHandler<UpdateMyUserProfileRequest,UpdateMyUserProfileResult> asyncHandler)
Updates a user's SSH public key.
|
java.util.concurrent.Future<UpdateRdsDbInstanceResult> |
updateRdsDbInstanceAsync(UpdateRdsDbInstanceRequest request)
Updates an Amazon RDS instance.
|
java.util.concurrent.Future<UpdateRdsDbInstanceResult> |
updateRdsDbInstanceAsync(UpdateRdsDbInstanceRequest request,
AsyncHandler<UpdateRdsDbInstanceRequest,UpdateRdsDbInstanceResult> asyncHandler)
Updates an Amazon RDS instance.
|
java.util.concurrent.Future<UpdateStackResult> |
updateStackAsync(UpdateStackRequest request)
Updates a specified stack.
|
java.util.concurrent.Future<UpdateStackResult> |
updateStackAsync(UpdateStackRequest request,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates a specified stack.
|
java.util.concurrent.Future<UpdateUserProfileResult> |
updateUserProfileAsync(UpdateUserProfileRequest request)
Updates a specified user profile.
|
java.util.concurrent.Future<UpdateUserProfileResult> |
updateUserProfileAsync(UpdateUserProfileRequest request,
AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler)
Updates a specified user profile.
|
java.util.concurrent.Future<UpdateVolumeResult> |
updateVolumeAsync(UpdateVolumeRequest request)
Updates an Amazon EBS volume's name or mount point.
|
java.util.concurrent.Future<UpdateVolumeResult> |
updateVolumeAsync(UpdateVolumeRequest request,
AsyncHandler<UpdateVolumeRequest,UpdateVolumeResult> asyncHandler)
Updates an Amazon EBS volume's name or mount point.
|
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, updateVolume
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, withTimeOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
private static final int DEFAULT_THREAD_POOL_SIZE
private final java.util.concurrent.ExecutorService executorService
public AWSOpsWorksAsyncClient()
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).
DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSOpsWorksAsyncClient(ClientConfiguration clientConfiguration)
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()
.
clientConfiguration
- The client configuration options controlling how this client
connects to AWS OpsWorks (ex: proxy settings, retry counts, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSOpsWorksAsyncClient(AWSCredentials awsCredentials)
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).
awsCredentials
- The AWS credentials (access key ID and secret key) to use when
authenticating with AWS services.Executors.newFixedThreadPool(int)
public AWSOpsWorksAsyncClient(AWSCredentials awsCredentials, java.util.concurrent.ExecutorService executorService)
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.public AWSOpsWorksAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
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.public AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
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).
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to
authenticate requests with AWS services.Executors.newFixedThreadPool(int)
public AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
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()
.
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).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
public AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, java.util.concurrent.ExecutorService executorService)
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.public AWSOpsWorksAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
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.public java.util.concurrent.ExecutorService getExecutorService()
public java.util.concurrent.Future<AssignInstanceResult> assignInstanceAsync(AssignInstanceRequest request)
AWSOpsWorksAsync
Assign a registered instance to a layer.
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.
assignInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<AssignInstanceResult> assignInstanceAsync(AssignInstanceRequest request, AsyncHandler<AssignInstanceRequest,AssignInstanceResult> asyncHandler)
AWSOpsWorksAsync
Assign a registered instance to a layer.
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.
assignInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<AssignVolumeResult> assignVolumeAsync(AssignVolumeRequest request)
AWSOpsWorksAsync
Assigns one of the stack's registered Amazon EBS volumes to a specified
instance. The volume must first be registered with the stack by calling
RegisterVolume. After you register the volume, you must call
UpdateVolume to specify a mount point before calling
AssignVolume
. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
assignVolumeAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<AssignVolumeResult> assignVolumeAsync(AssignVolumeRequest request, AsyncHandler<AssignVolumeRequest,AssignVolumeResult> asyncHandler)
AWSOpsWorksAsync
Assigns one of the stack's registered Amazon EBS volumes to a specified
instance. The volume must first be registered with the stack by calling
RegisterVolume. After you register the volume, you must call
UpdateVolume to specify a mount point before calling
AssignVolume
. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
assignVolumeAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<AssociateElasticIpResult> associateElasticIpAsync(AssociateElasticIpRequest request)
AWSOpsWorksAsync
Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
associateElasticIpAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<AssociateElasticIpResult> associateElasticIpAsync(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest,AssociateElasticIpResult> asyncHandler)
AWSOpsWorksAsync
Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
associateElasticIpAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<AttachElasticLoadBalancerResult> attachElasticLoadBalancerAsync(AttachElasticLoadBalancerRequest request)
AWSOpsWorksAsync
Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see Elastic Load Balancing.
You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
attachElasticLoadBalancerAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<AttachElasticLoadBalancerResult> attachElasticLoadBalancerAsync(AttachElasticLoadBalancerRequest request, AsyncHandler<AttachElasticLoadBalancerRequest,AttachElasticLoadBalancerResult> asyncHandler)
AWSOpsWorksAsync
Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see Elastic Load Balancing.
You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see Elastic Load Balancing Developer Guide.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
attachElasticLoadBalancerAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<CloneStackResult> cloneStackAsync(CloneStackRequest request)
AWSOpsWorksAsync
Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
cloneStackAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<CloneStackResult> cloneStackAsync(CloneStackRequest request, AsyncHandler<CloneStackRequest,CloneStackResult> asyncHandler)
AWSOpsWorksAsync
Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
cloneStackAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<CreateAppResult> createAppAsync(CreateAppRequest request)
AWSOpsWorksAsync
Creates an app for a specified stack. For more information, see Creating Apps.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createAppAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<CreateAppResult> createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest,CreateAppResult> asyncHandler)
AWSOpsWorksAsync
Creates an app for a specified stack. For more information, see Creating Apps.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createAppAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<CreateDeploymentResult> createDeploymentAsync(CreateDeploymentRequest request)
AWSOpsWorksAsync
Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createDeploymentAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<CreateDeploymentResult> createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
AWSOpsWorksAsync
Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createDeploymentAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest request)
AWSOpsWorksAsync
Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest request, AsyncHandler<CreateInstanceRequest,CreateInstanceResult> asyncHandler)
AWSOpsWorksAsync
Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<CreateLayerResult> createLayerAsync(CreateLayerRequest request)
AWSOpsWorksAsync
Creates a layer. For more information, see How to Create a Layer.
You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createLayerAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<CreateLayerResult> createLayerAsync(CreateLayerRequest request, AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
AWSOpsWorksAsync
Creates a layer. For more information, see How to Create a Layer.
You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createLayerAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<CreateStackResult> createStackAsync(CreateStackRequest request)
AWSOpsWorksAsync
Creates a new stack. For more information, see Create a New Stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createStackAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<CreateStackResult> createStackAsync(CreateStackRequest request, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
AWSOpsWorksAsync
Creates a new stack. For more information, see Create a New Stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createStackAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest request)
AWSOpsWorksAsync
Creates a new user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createUserProfileAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest request, AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
AWSOpsWorksAsync
Creates a new user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
createUserProfileAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request)
AWSOpsWorksAsync
Deletes a specified app.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteAppAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request, AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
AWSOpsWorksAsync
Deletes a specified app.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteAppAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeleteInstanceResult> deleteInstanceAsync(DeleteInstanceRequest request)
AWSOpsWorksAsync
Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.
For more information, see Deleting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeleteInstanceResult> deleteInstanceAsync(DeleteInstanceRequest request, AsyncHandler<DeleteInstanceRequest,DeleteInstanceResult> asyncHandler)
AWSOpsWorksAsync
Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.
For more information, see Deleting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeleteLayerResult> deleteLayerAsync(DeleteLayerRequest request)
AWSOpsWorksAsync
Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteLayerAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeleteLayerResult> deleteLayerAsync(DeleteLayerRequest request, AsyncHandler<DeleteLayerRequest,DeleteLayerResult> asyncHandler)
AWSOpsWorksAsync
Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteLayerAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeleteStackResult> deleteStackAsync(DeleteStackRequest request)
AWSOpsWorksAsync
Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteStackAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeleteStackResult> deleteStackAsync(DeleteStackRequest request, AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler)
AWSOpsWorksAsync
Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteStackAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeleteUserProfileResult> deleteUserProfileAsync(DeleteUserProfileRequest request)
AWSOpsWorksAsync
Deletes a user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteUserProfileAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeleteUserProfileResult> deleteUserProfileAsync(DeleteUserProfileRequest request, AsyncHandler<DeleteUserProfileRequest,DeleteUserProfileResult> asyncHandler)
AWSOpsWorksAsync
Deletes a user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deleteUserProfileAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeregisterEcsClusterResult> deregisterEcsClusterAsync(DeregisterEcsClusterRequest request)
AWSOpsWorksAsync
Deregisters 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 .
deregisterEcsClusterAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeregisterEcsClusterResult> deregisterEcsClusterAsync(DeregisterEcsClusterRequest request, AsyncHandler<DeregisterEcsClusterRequest,DeregisterEcsClusterResult> asyncHandler)
AWSOpsWorksAsync
Deregisters 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 .
deregisterEcsClusterAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeregisterElasticIpResult> deregisterElasticIpAsync(DeregisterElasticIpRequest request)
AWSOpsWorksAsync
Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterElasticIpAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeregisterElasticIpResult> deregisterElasticIpAsync(DeregisterElasticIpRequest request, AsyncHandler<DeregisterElasticIpRequest,DeregisterElasticIpResult> asyncHandler)
AWSOpsWorksAsync
Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterElasticIpAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeregisterInstanceResult> deregisterInstanceAsync(DeregisterInstanceRequest request)
AWSOpsWorksAsync
Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action can not be used with instances that were created with AWS OpsWorks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeregisterInstanceResult> deregisterInstanceAsync(DeregisterInstanceRequest request, AsyncHandler<DeregisterInstanceRequest,DeregisterInstanceResult> asyncHandler)
AWSOpsWorksAsync
Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action can not be used with instances that were created with AWS OpsWorks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeregisterRdsDbInstanceResult> deregisterRdsDbInstanceAsync(DeregisterRdsDbInstanceRequest request)
AWSOpsWorksAsync
Deregisters an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterRdsDbInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeregisterRdsDbInstanceResult> deregisterRdsDbInstanceAsync(DeregisterRdsDbInstanceRequest request, AsyncHandler<DeregisterRdsDbInstanceRequest,DeregisterRdsDbInstanceResult> asyncHandler)
AWSOpsWorksAsync
Deregisters an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterRdsDbInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DeregisterVolumeResult> deregisterVolumeAsync(DeregisterVolumeRequest request)
AWSOpsWorksAsync
Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterVolumeAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DeregisterVolumeResult> deregisterVolumeAsync(DeregisterVolumeRequest request, AsyncHandler<DeregisterVolumeRequest,DeregisterVolumeResult> asyncHandler)
AWSOpsWorksAsync
Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
deregisterVolumeAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeAgentVersionsResult> describeAgentVersionsAsync(DescribeAgentVersionsRequest request)
AWSOpsWorksAsync
Describes the available AWS OpsWorks agent versions. You must specify a
stack ID or a configuration manager. DescribeAgentVersions
returns a list of available agent versions for the specified stack or
configuration manager.
describeAgentVersionsAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeAgentVersionsResult> describeAgentVersionsAsync(DescribeAgentVersionsRequest request, AsyncHandler<DescribeAgentVersionsRequest,DescribeAgentVersionsResult> asyncHandler)
AWSOpsWorksAsync
Describes the available AWS OpsWorks agent versions. You must specify a
stack ID or a configuration manager. DescribeAgentVersions
returns a list of available agent versions for the specified stack or
configuration manager.
describeAgentVersionsAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeAppsResult> describeAppsAsync(DescribeAppsRequest request)
AWSOpsWorksAsync
Requests a description of a specified set of apps.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeAppsAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeAppsResult> describeAppsAsync(DescribeAppsRequest request, AsyncHandler<DescribeAppsRequest,DescribeAppsResult> asyncHandler)
AWSOpsWorksAsync
Requests a description of a specified set of apps.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeAppsAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeCommandsResult> describeCommandsAsync(DescribeCommandsRequest request)
AWSOpsWorksAsync
Describes the results of specified commands.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeCommandsAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeCommandsResult> describeCommandsAsync(DescribeCommandsRequest request, AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
AWSOpsWorksAsync
Describes the results of specified commands.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeCommandsAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeDeploymentsResult> describeDeploymentsAsync(DescribeDeploymentsRequest request)
AWSOpsWorksAsync
Requests a description of a specified set of deployments.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeDeploymentsAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeDeploymentsResult> describeDeploymentsAsync(DescribeDeploymentsRequest request, AsyncHandler<DescribeDeploymentsRequest,DescribeDeploymentsResult> asyncHandler)
AWSOpsWorksAsync
Requests a description of a specified set of deployments.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeDeploymentsAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeEcsClustersResult> describeEcsClustersAsync(DescribeEcsClustersRequest request)
AWSOpsWorksAsync
Describes Amazon ECS clusters that are registered with a stack. If you
specify only a stack ID, you can use the MaxResults
and
NextToken
parameters to paginate the response. However, AWS
OpsWorks currently supports only one cluster per layer, so the result set
has a maximum of one element.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information on user permissions, see Managing User Permissions.
describeEcsClustersAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeEcsClustersResult> describeEcsClustersAsync(DescribeEcsClustersRequest request, AsyncHandler<DescribeEcsClustersRequest,DescribeEcsClustersResult> asyncHandler)
AWSOpsWorksAsync
Describes Amazon ECS clusters that are registered with a stack. If you
specify only a stack ID, you can use the MaxResults
and
NextToken
parameters to paginate the response. However, AWS
OpsWorks currently supports only one cluster per layer, so the result set
has a maximum of one element.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information on user permissions, see Managing User Permissions.
describeEcsClustersAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeElasticIpsResult> describeElasticIpsAsync(DescribeElasticIpsRequest request)
AWSOpsWorksAsync
Describes Elastic IP addresses.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeElasticIpsAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeElasticIpsResult> describeElasticIpsAsync(DescribeElasticIpsRequest request, AsyncHandler<DescribeElasticIpsRequest,DescribeElasticIpsResult> asyncHandler)
AWSOpsWorksAsync
Describes Elastic IP addresses.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeElasticIpsAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeElasticLoadBalancersResult> describeElasticLoadBalancersAsync(DescribeElasticLoadBalancersRequest request)
AWSOpsWorksAsync
Describes a stack's Elastic Load Balancing instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeElasticLoadBalancersAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeElasticLoadBalancersResult> describeElasticLoadBalancersAsync(DescribeElasticLoadBalancersRequest request, AsyncHandler<DescribeElasticLoadBalancersRequest,DescribeElasticLoadBalancersResult> asyncHandler)
AWSOpsWorksAsync
Describes a stack's Elastic Load Balancing instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeElasticLoadBalancersAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeInstancesResult> describeInstancesAsync(DescribeInstancesRequest request)
AWSOpsWorksAsync
Requests a description of a set of instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeInstancesAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeInstancesResult> describeInstancesAsync(DescribeInstancesRequest request, AsyncHandler<DescribeInstancesRequest,DescribeInstancesResult> asyncHandler)
AWSOpsWorksAsync
Requests a description of a set of instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeInstancesAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeLayersResult> describeLayersAsync(DescribeLayersRequest request)
AWSOpsWorksAsync
Requests a description of one or more layers in a specified stack.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeLayersAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeLayersResult> describeLayersAsync(DescribeLayersRequest request, AsyncHandler<DescribeLayersRequest,DescribeLayersResult> asyncHandler)
AWSOpsWorksAsync
Requests a description of one or more layers in a specified stack.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeLayersAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest request)
AWSOpsWorksAsync
Describes load-based auto scaling configurations for specified layers.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeLoadBasedAutoScalingAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest request, AsyncHandler<DescribeLoadBasedAutoScalingRequest,DescribeLoadBasedAutoScalingResult> asyncHandler)
AWSOpsWorksAsync
Describes load-based auto scaling configurations for specified layers.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeLoadBasedAutoScalingAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeMyUserProfileResult> describeMyUserProfileAsync(DescribeMyUserProfileRequest request)
AWSOpsWorksAsync
Describes a user's SSH information.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeMyUserProfileAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeMyUserProfileResult> describeMyUserProfileAsync(DescribeMyUserProfileRequest request, AsyncHandler<DescribeMyUserProfileRequest,DescribeMyUserProfileResult> asyncHandler)
AWSOpsWorksAsync
Describes a user's SSH information.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeMyUserProfileAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribePermissionsResult> describePermissionsAsync(DescribePermissionsRequest request)
AWSOpsWorksAsync
Describes the permissions for a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describePermissionsAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribePermissionsResult> describePermissionsAsync(DescribePermissionsRequest request, AsyncHandler<DescribePermissionsRequest,DescribePermissionsResult> asyncHandler)
AWSOpsWorksAsync
Describes the permissions for a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describePermissionsAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeRaidArraysResult> describeRaidArraysAsync(DescribeRaidArraysRequest request)
AWSOpsWorksAsync
Describe an instance's RAID arrays.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeRaidArraysAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeRaidArraysResult> describeRaidArraysAsync(DescribeRaidArraysRequest request, AsyncHandler<DescribeRaidArraysRequest,DescribeRaidArraysResult> asyncHandler)
AWSOpsWorksAsync
Describe an instance's RAID arrays.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeRaidArraysAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeRdsDbInstancesResult> describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request)
AWSOpsWorksAsync
Describes Amazon RDS instances.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeRdsDbInstancesAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeRdsDbInstancesResult> describeRdsDbInstancesAsync(DescribeRdsDbInstancesRequest request, AsyncHandler<DescribeRdsDbInstancesRequest,DescribeRdsDbInstancesResult> asyncHandler)
AWSOpsWorksAsync
Describes Amazon RDS instances.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeRdsDbInstancesAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeServiceErrorsResult> describeServiceErrorsAsync(DescribeServiceErrorsRequest request)
AWSOpsWorksAsync
Describes AWS OpsWorks service errors.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeServiceErrorsAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeServiceErrorsResult> describeServiceErrorsAsync(DescribeServiceErrorsRequest request, AsyncHandler<DescribeServiceErrorsRequest,DescribeServiceErrorsResult> asyncHandler)
AWSOpsWorksAsync
Describes AWS OpsWorks service errors.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeServiceErrorsAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeStackProvisioningParametersResult> describeStackProvisioningParametersAsync(DescribeStackProvisioningParametersRequest request)
AWSOpsWorksAsync
Requests a description of a stack's provisioning parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeStackProvisioningParametersAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeStackProvisioningParametersResult> describeStackProvisioningParametersAsync(DescribeStackProvisioningParametersRequest request, AsyncHandler<DescribeStackProvisioningParametersRequest,DescribeStackProvisioningParametersResult> asyncHandler)
AWSOpsWorksAsync
Requests a description of a stack's provisioning parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeStackProvisioningParametersAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeStackSummaryResult> describeStackSummaryAsync(DescribeStackSummaryRequest request)
AWSOpsWorksAsync
Describes the number of layers and apps in a specified stack, and the
number of instances in each state, such as running_setup
or
online
.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeStackSummaryAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeStackSummaryResult> describeStackSummaryAsync(DescribeStackSummaryRequest request, AsyncHandler<DescribeStackSummaryRequest,DescribeStackSummaryResult> asyncHandler)
AWSOpsWorksAsync
Describes the number of layers and apps in a specified stack, and the
number of instances in each state, such as running_setup
or
online
.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeStackSummaryAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeStacksResult> describeStacksAsync(DescribeStacksRequest request)
AWSOpsWorksAsync
Requests a description of one or more stacks.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeStacksAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeStacksResult> describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
AWSOpsWorksAsync
Requests a description of one or more stacks.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeStacksAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest request)
AWSOpsWorksAsync
Describes time-based auto scaling configurations for specified instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeTimeBasedAutoScalingAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest request, AsyncHandler<DescribeTimeBasedAutoScalingRequest,DescribeTimeBasedAutoScalingResult> asyncHandler)
AWSOpsWorksAsync
Describes time-based auto scaling configurations for specified instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeTimeBasedAutoScalingAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeUserProfilesResult> describeUserProfilesAsync(DescribeUserProfilesRequest request)
AWSOpsWorksAsync
Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeUserProfilesAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeUserProfilesResult> describeUserProfilesAsync(DescribeUserProfilesRequest request, AsyncHandler<DescribeUserProfilesRequest,DescribeUserProfilesResult> asyncHandler)
AWSOpsWorksAsync
Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeUserProfilesAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DescribeVolumesResult> describeVolumesAsync(DescribeVolumesRequest request)
AWSOpsWorksAsync
Describes an instance's Amazon EBS volumes.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeVolumesAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DescribeVolumesResult> describeVolumesAsync(DescribeVolumesRequest request, AsyncHandler<DescribeVolumesRequest,DescribeVolumesResult> asyncHandler)
AWSOpsWorksAsync
Describes an instance's Amazon EBS volumes.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
describeVolumesAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DetachElasticLoadBalancerResult> detachElasticLoadBalancerAsync(DetachElasticLoadBalancerRequest request)
AWSOpsWorksAsync
Detaches a specified Elastic Load Balancing instance from its layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
detachElasticLoadBalancerAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DetachElasticLoadBalancerResult> detachElasticLoadBalancerAsync(DetachElasticLoadBalancerRequest request, AsyncHandler<DetachElasticLoadBalancerRequest,DetachElasticLoadBalancerResult> asyncHandler)
AWSOpsWorksAsync
Detaches a specified Elastic Load Balancing instance from its layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
detachElasticLoadBalancerAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<DisassociateElasticIpResult> disassociateElasticIpAsync(DisassociateElasticIpRequest request)
AWSOpsWorksAsync
Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
disassociateElasticIpAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<DisassociateElasticIpResult> disassociateElasticIpAsync(DisassociateElasticIpRequest request, AsyncHandler<DisassociateElasticIpRequest,DisassociateElasticIpResult> asyncHandler)
AWSOpsWorksAsync
Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
disassociateElasticIpAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync(GetHostnameSuggestionRequest request)
AWSOpsWorksAsync
Gets a generated host name for the specified layer, based on the current host name theme.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
getHostnameSuggestionAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest,GetHostnameSuggestionResult> asyncHandler)
AWSOpsWorksAsync
Gets a generated host name for the specified layer, based on the current host name theme.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
getHostnameSuggestionAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<GrantAccessResult> grantAccessAsync(GrantAccessRequest request)
AWSOpsWorksAsync
Grants RDP access to a Windows instance for a specified time period.
grantAccessAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<GrantAccessResult> grantAccessAsync(GrantAccessRequest request, AsyncHandler<GrantAccessRequest,GrantAccessResult> asyncHandler)
AWSOpsWorksAsync
Grants RDP access to a Windows instance for a specified time period.
grantAccessAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<RebootInstanceResult> rebootInstanceAsync(RebootInstanceRequest request)
AWSOpsWorksAsync
Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
rebootInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<RebootInstanceResult> rebootInstanceAsync(RebootInstanceRequest request, AsyncHandler<RebootInstanceRequest,RebootInstanceResult> asyncHandler)
AWSOpsWorksAsync
Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
rebootInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<RegisterEcsClusterResult> registerEcsClusterAsync(RegisterEcsClusterRequest request)
AWSOpsWorksAsync
Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerEcsClusterAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<RegisterEcsClusterResult> registerEcsClusterAsync(RegisterEcsClusterRequest request, AsyncHandler<RegisterEcsClusterRequest,RegisterEcsClusterResult> asyncHandler)
AWSOpsWorksAsync
Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerEcsClusterAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<RegisterElasticIpResult> registerElasticIpAsync(RegisterElasticIpRequest request)
AWSOpsWorksAsync
Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerElasticIpAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<RegisterElasticIpResult> registerElasticIpAsync(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
AWSOpsWorksAsync
Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerElasticIpAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<RegisterInstanceResult> registerInstanceAsync(RegisterInstanceRequest request)
AWSOpsWorksAsync
Registers instances with a specified stack that were created outside of AWS OpsWorks.
RegisterInstance
handles only the second step. You
should instead use the AWS CLI register
command, which
performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stack.Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<RegisterInstanceResult> registerInstanceAsync(RegisterInstanceRequest request, AsyncHandler<RegisterInstanceRequest,RegisterInstanceResult> asyncHandler)
AWSOpsWorksAsync
Registers instances with a specified stack that were created outside of AWS OpsWorks.
RegisterInstance
handles only the second step. You
should instead use the AWS CLI register
command, which
performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stack.Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<RegisterRdsDbInstanceResult> registerRdsDbInstanceAsync(RegisterRdsDbInstanceRequest request)
AWSOpsWorksAsync
Registers an Amazon RDS instance with a stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerRdsDbInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<RegisterRdsDbInstanceResult> registerRdsDbInstanceAsync(RegisterRdsDbInstanceRequest request, AsyncHandler<RegisterRdsDbInstanceRequest,RegisterRdsDbInstanceResult> asyncHandler)
AWSOpsWorksAsync
Registers an Amazon RDS instance with a stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerRdsDbInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<RegisterVolumeResult> registerVolumeAsync(RegisterVolumeRequest request)
AWSOpsWorksAsync
Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerVolumeAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<RegisterVolumeResult> registerVolumeAsync(RegisterVolumeRequest request, AsyncHandler<RegisterVolumeRequest,RegisterVolumeResult> asyncHandler)
AWSOpsWorksAsync
Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
registerVolumeAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<SetLoadBasedAutoScalingResult> setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest request)
AWSOpsWorksAsync
Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.
To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
setLoadBasedAutoScalingAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<SetLoadBasedAutoScalingResult> setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest request, AsyncHandler<SetLoadBasedAutoScalingRequest,SetLoadBasedAutoScalingResult> asyncHandler)
AWSOpsWorksAsync
Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.
To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
setLoadBasedAutoScalingAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<SetPermissionResult> setPermissionAsync(SetPermissionRequest request)
AWSOpsWorksAsync
Specifies a user's permissions. For more information, see Security and Permissions.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
setPermissionAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<SetPermissionResult> setPermissionAsync(SetPermissionRequest request, AsyncHandler<SetPermissionRequest,SetPermissionResult> asyncHandler)
AWSOpsWorksAsync
Specifies a user's permissions. For more information, see Security and Permissions.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
setPermissionAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<SetTimeBasedAutoScalingResult> setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest request)
AWSOpsWorksAsync
Specify 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.
setTimeBasedAutoScalingAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<SetTimeBasedAutoScalingResult> setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest request, AsyncHandler<SetTimeBasedAutoScalingRequest,SetTimeBasedAutoScalingResult> asyncHandler)
AWSOpsWorksAsync
Specify 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.
setTimeBasedAutoScalingAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<StartInstanceResult> startInstanceAsync(StartInstanceRequest request)
AWSOpsWorksAsync
Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
startInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<StartInstanceResult> startInstanceAsync(StartInstanceRequest request, AsyncHandler<StartInstanceRequest,StartInstanceResult> asyncHandler)
AWSOpsWorksAsync
Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
startInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<StartStackResult> startStackAsync(StartStackRequest request)
AWSOpsWorksAsync
Starts a stack's instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
startStackAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<StartStackResult> startStackAsync(StartStackRequest request, AsyncHandler<StartStackRequest,StartStackResult> asyncHandler)
AWSOpsWorksAsync
Starts a stack's instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
startStackAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<StopInstanceResult> stopInstanceAsync(StopInstanceRequest request)
AWSOpsWorksAsync
Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
stopInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<StopInstanceResult> stopInstanceAsync(StopInstanceRequest request, AsyncHandler<StopInstanceRequest,StopInstanceResult> asyncHandler)
AWSOpsWorksAsync
Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
stopInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<StopStackResult> stopStackAsync(StopStackRequest request)
AWSOpsWorksAsync
Stops a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
stopStackAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<StopStackResult> stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
AWSOpsWorksAsync
Stops a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
stopStackAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UnassignInstanceResult> unassignInstanceAsync(UnassignInstanceRequest request)
AWSOpsWorksAsync
Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
unassignInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UnassignInstanceResult> unassignInstanceAsync(UnassignInstanceRequest request, AsyncHandler<UnassignInstanceRequest,UnassignInstanceResult> asyncHandler)
AWSOpsWorksAsync
Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
unassignInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UnassignVolumeResult> unassignVolumeAsync(UnassignVolumeRequest request)
AWSOpsWorksAsync
Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
unassignVolumeAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UnassignVolumeResult> unassignVolumeAsync(UnassignVolumeRequest request, AsyncHandler<UnassignVolumeRequest,UnassignVolumeResult> asyncHandler)
AWSOpsWorksAsync
Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
unassignVolumeAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateAppResult> updateAppAsync(UpdateAppRequest request)
AWSOpsWorksAsync
Updates a specified app.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateAppAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateAppResult> updateAppAsync(UpdateAppRequest request, AsyncHandler<UpdateAppRequest,UpdateAppResult> asyncHandler)
AWSOpsWorksAsync
Updates a specified app.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateAppAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateElasticIpResult> updateElasticIpAsync(UpdateElasticIpRequest request)
AWSOpsWorksAsync
Updates a registered Elastic IP address's name. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateElasticIpAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateElasticIpResult> updateElasticIpAsync(UpdateElasticIpRequest request, AsyncHandler<UpdateElasticIpRequest,UpdateElasticIpResult> asyncHandler)
AWSOpsWorksAsync
Updates a registered Elastic IP address's name. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateElasticIpAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateInstanceResult> updateInstanceAsync(UpdateInstanceRequest request)
AWSOpsWorksAsync
Updates a specified instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateInstanceResult> updateInstanceAsync(UpdateInstanceRequest request, AsyncHandler<UpdateInstanceRequest,UpdateInstanceResult> asyncHandler)
AWSOpsWorksAsync
Updates a specified instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateLayerResult> updateLayerAsync(UpdateLayerRequest request)
AWSOpsWorksAsync
Updates a specified layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateLayerAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateLayerResult> updateLayerAsync(UpdateLayerRequest request, AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler)
AWSOpsWorksAsync
Updates a specified layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateLayerAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateMyUserProfileResult> updateMyUserProfileAsync(UpdateMyUserProfileRequest request)
AWSOpsWorksAsync
Updates a user's SSH public key.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateMyUserProfileAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateMyUserProfileResult> updateMyUserProfileAsync(UpdateMyUserProfileRequest request, AsyncHandler<UpdateMyUserProfileRequest,UpdateMyUserProfileResult> asyncHandler)
AWSOpsWorksAsync
Updates a user's SSH public key.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateMyUserProfileAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateRdsDbInstanceResult> updateRdsDbInstanceAsync(UpdateRdsDbInstanceRequest request)
AWSOpsWorksAsync
Updates an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateRdsDbInstanceAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateRdsDbInstanceResult> updateRdsDbInstanceAsync(UpdateRdsDbInstanceRequest request, AsyncHandler<UpdateRdsDbInstanceRequest,UpdateRdsDbInstanceResult> asyncHandler)
AWSOpsWorksAsync
Updates an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateRdsDbInstanceAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateStackResult> updateStackAsync(UpdateStackRequest request)
AWSOpsWorksAsync
Updates a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateStackAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateStackResult> updateStackAsync(UpdateStackRequest request, AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
AWSOpsWorksAsync
Updates a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateStackAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateUserProfileResult> updateUserProfileAsync(UpdateUserProfileRequest request)
AWSOpsWorksAsync
Updates a specified user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateUserProfileAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateUserProfileResult> updateUserProfileAsync(UpdateUserProfileRequest request, AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler)
AWSOpsWorksAsync
Updates a specified user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateUserProfileAsync
in interface AWSOpsWorksAsync
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.public java.util.concurrent.Future<UpdateVolumeResult> updateVolumeAsync(UpdateVolumeRequest request)
AWSOpsWorksAsync
Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateVolumeAsync
in interface AWSOpsWorksAsync
public java.util.concurrent.Future<UpdateVolumeResult> updateVolumeAsync(UpdateVolumeRequest request, AsyncHandler<UpdateVolumeRequest,UpdateVolumeResult> asyncHandler)
AWSOpsWorksAsync
Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
updateVolumeAsync
in interface AWSOpsWorksAsync
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.public void shutdown()
getExecutorService().shutdown()
followed by
getExecutorService().awaitTermination()
prior to calling this
method.shutdown
in interface AWSOpsWorks
shutdown
in class AmazonWebServiceClient