|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AWSOpsWorksAsync
Interface for accessing AWSOpsWorks asynchronously. Each asynchronous method will return a Java Future object, and users are also allowed to provide a callback handler. AWS OpsWorks
Method Detail |
---|
Future<Void> updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest) throws AmazonServiceException, AmazonClientException
Updates a specified user's SSH name and public key.
updateUserProfileRequest
- Container for the necessary parameters
to execute the UpdateUserProfile operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest, AsyncHandler<UpdateUserProfileRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a specified user's SSH name and public key.
updateUserProfileRequest
- Container for the necessary parameters
to execute the UpdateUserProfile operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateStackResult> createStackAsync(CreateStackRequest createStackRequest) throws AmazonServiceException, AmazonClientException
Creates a new stack.
createStackRequest
- Container for the necessary parameters to
execute the CreateStack operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateStackResult> createStackAsync(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new stack.
createStackRequest
- Container for the necessary parameters to
execute the CreateStack operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> rebootInstanceAsync(RebootInstanceRequest rebootInstanceRequest) throws AmazonServiceException, AmazonClientException
Reboots a specified instance.
rebootInstanceRequest
- Container for the necessary parameters to
execute the RebootInstance operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> rebootInstanceAsync(RebootInstanceRequest rebootInstanceRequest, AsyncHandler<RebootInstanceRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Reboots a specified instance.
rebootInstanceRequest
- Container for the necessary parameters to
execute the RebootInstance operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> setPermissionAsync(SetPermissionRequest setPermissionRequest) throws AmazonServiceException, AmazonClientException
Specifies a stack's permissions.
setPermissionRequest
- Container for the necessary parameters to
execute the SetPermission operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> setPermissionAsync(SetPermissionRequest setPermissionRequest, AsyncHandler<SetPermissionRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Specifies a stack's permissions.
setPermissionRequest
- Container for the necessary parameters to
execute the SetPermission operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeInstancesResult> describeInstancesAsync(DescribeInstancesRequest describeInstancesRequest) throws AmazonServiceException, AmazonClientException
Requests a description of a set of instances associated with a specified ID or IDs.
describeInstancesRequest
- Container for the necessary parameters
to execute the DescribeInstances operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeInstancesResult> describeInstancesAsync(DescribeInstancesRequest describeInstancesRequest, AsyncHandler<DescribeInstancesRequest,DescribeInstancesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Requests a description of a set of instances associated with a specified ID or IDs.
describeInstancesRequest
- Container for the necessary parameters
to execute the DescribeInstances operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribePermissionsResult> describePermissionsAsync(DescribePermissionsRequest describePermissionsRequest) throws AmazonServiceException, AmazonClientException
Describes the permissions for a specified stack. You must specify at least one of the two request values.
describePermissionsRequest
- Container for the necessary
parameters to execute the DescribePermissions operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribePermissionsResult> describePermissionsAsync(DescribePermissionsRequest describePermissionsRequest, AsyncHandler<DescribePermissionsRequest,DescribePermissionsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes the permissions for a specified stack. You must specify at least one of the two request values.
describePermissionsRequest
- Container for the necessary
parameters to execute the DescribePermissions operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteInstanceAsync(DeleteInstanceRequest deleteInstanceRequest) throws AmazonServiceException, AmazonClientException
Deletes a specified instance.
deleteInstanceRequest
- Container for the necessary parameters to
execute the DeleteInstance operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteInstanceAsync(DeleteInstanceRequest deleteInstanceRequest, AsyncHandler<DeleteInstanceRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a specified instance.
deleteInstanceRequest
- Container for the necessary parameters to
execute the DeleteInstance operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CloneStackResult> cloneStackAsync(CloneStackRequest cloneStackRequest) throws AmazonServiceException, AmazonClientException
Creates a clone of a specified stack.
cloneStackRequest
- Container for the necessary parameters to
execute the CloneStack operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CloneStackResult> cloneStackAsync(CloneStackRequest cloneStackRequest, AsyncHandler<CloneStackRequest,CloneStackResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a clone of a specified stack.
cloneStackRequest
- Container for the necessary parameters to
execute the CloneStack operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest createInstanceRequest) throws AmazonServiceException, AmazonClientException
Creates an instance in a specified stack.
createInstanceRequest
- Container for the necessary parameters to
execute the CreateInstance operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateInstanceResult> createInstanceAsync(CreateInstanceRequest createInstanceRequest, AsyncHandler<CreateInstanceRequest,CreateInstanceResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates an instance in a specified stack.
createInstanceRequest
- Container for the necessary parameters to
execute the CreateInstance operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> stopInstanceAsync(StopInstanceRequest stopInstanceRequest) throws AmazonServiceException, AmazonClientException
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.
stopInstanceRequest
- Container for the necessary parameters to
execute the StopInstance operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> stopInstanceAsync(StopInstanceRequest stopInstanceRequest, AsyncHandler<StopInstanceRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
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.
stopInstanceRequest
- Container for the necessary parameters to
execute the StopInstance operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateAppAsync(UpdateAppRequest updateAppRequest) throws AmazonServiceException, AmazonClientException
Updates a specified app.
updateAppRequest
- Container for the necessary parameters to
execute the UpdateApp operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateAppAsync(UpdateAppRequest updateAppRequest, AsyncHandler<UpdateAppRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a specified app.
updateAppRequest
- Container for the necessary parameters to
execute the UpdateApp operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteAppAsync(DeleteAppRequest deleteAppRequest) throws AmazonServiceException, AmazonClientException
Deletes a specified app.
deleteAppRequest
- Container for the necessary parameters to
execute the DeleteApp operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteAppAsync(DeleteAppRequest deleteAppRequest, AsyncHandler<DeleteAppRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a specified app.
deleteAppRequest
- Container for the necessary parameters to
execute the DeleteApp operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeCommandsResult> describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest) throws AmazonServiceException, AmazonClientException
Describes the results of specified commands.
describeCommandsRequest
- Container for the necessary parameters
to execute the DescribeCommands operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeCommandsResult> describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest, AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes the results of specified commands.
describeCommandsRequest
- Container for the necessary parameters
to execute the DescribeCommands operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateStackAsync(UpdateStackRequest updateStackRequest) throws AmazonServiceException, AmazonClientException
Updates a specified stack.
updateStackRequest
- Container for the necessary parameters to
execute the UpdateStack operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateStackAsync(UpdateStackRequest updateStackRequest, AsyncHandler<UpdateStackRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a specified stack.
updateStackRequest
- Container for the necessary parameters to
execute the UpdateStack operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest) throws AmazonServiceException, AmazonClientException
Creates a new user.
createUserProfileRequest
- Container for the necessary parameters
to execute the CreateUserProfile operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateUserProfileResult> createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest, AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new user.
createUserProfileRequest
- Container for the necessary parameters
to execute the CreateUserProfile operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync(GetHostnameSuggestionRequest getHostnameSuggestionRequest) throws AmazonServiceException, AmazonClientException
Gets a generated hostname for the specified layer, based on the current hostname theme.
getHostnameSuggestionRequest
- Container for the necessary
parameters to execute the GetHostnameSuggestion operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<GetHostnameSuggestionResult> getHostnameSuggestionAsync(GetHostnameSuggestionRequest getHostnameSuggestionRequest, AsyncHandler<GetHostnameSuggestionRequest,GetHostnameSuggestionResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets a generated hostname for the specified layer, based on the current hostname theme.
getHostnameSuggestionRequest
- Container for the necessary
parameters to execute the GetHostnameSuggestion operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeRaidArraysResult> describeRaidArraysAsync(DescribeRaidArraysRequest describeRaidArraysRequest) throws AmazonServiceException, AmazonClientException
Describe an instance's RAID arrays.
describeRaidArraysRequest
- Container for the necessary
parameters to execute the DescribeRaidArrays operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeRaidArraysResult> describeRaidArraysAsync(DescribeRaidArraysRequest describeRaidArraysRequest, AsyncHandler<DescribeRaidArraysRequest,DescribeRaidArraysResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describe an instance's RAID arrays.
describeRaidArraysRequest
- Container for the necessary
parameters to execute the DescribeRaidArrays operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeLayersResult> describeLayersAsync(DescribeLayersRequest describeLayersRequest) throws AmazonServiceException, AmazonClientException
Requests a description of one or more layers in a specified stack.
describeLayersRequest
- Container for the necessary parameters to
execute the DescribeLayers operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeLayersResult> describeLayersAsync(DescribeLayersRequest describeLayersRequest, AsyncHandler<DescribeLayersRequest,DescribeLayersResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Requests a description of one or more layers in a specified stack.
describeLayersRequest
- Container for the necessary parameters to
execute the DescribeLayers operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest describeLoadBasedAutoScalingRequest) throws AmazonServiceException, AmazonClientException
Describes load-based auto scaling configurations for specified layers.
describeLoadBasedAutoScalingRequest
- Container for the necessary
parameters to execute the DescribeLoadBasedAutoScaling operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeLoadBasedAutoScalingResult> describeLoadBasedAutoScalingAsync(DescribeLoadBasedAutoScalingRequest describeLoadBasedAutoScalingRequest, AsyncHandler<DescribeLoadBasedAutoScalingRequest,DescribeLoadBasedAutoScalingResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes load-based auto scaling configurations for specified layers.
describeLoadBasedAutoScalingRequest
- Container for the necessary
parameters to execute the DescribeLoadBasedAutoScaling operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest setLoadBasedAutoScalingRequest) throws AmazonServiceException, AmazonClientException
Specify the load-based auto scaling configuration for a specified layer.
NOTE: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.
setLoadBasedAutoScalingRequest
- Container for the necessary
parameters to execute the SetLoadBasedAutoScaling operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> setLoadBasedAutoScalingAsync(SetLoadBasedAutoScalingRequest setLoadBasedAutoScalingRequest, AsyncHandler<SetLoadBasedAutoScalingRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Specify the load-based auto scaling configuration for a specified layer.
NOTE: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.
setLoadBasedAutoScalingRequest
- Container for the necessary
parameters to execute the SetLoadBasedAutoScaling operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteLayerAsync(DeleteLayerRequest deleteLayerRequest) throws AmazonServiceException, AmazonClientException
Deletes a specified layer. You must first remove all associated instances.
deleteLayerRequest
- Container for the necessary parameters to
execute the DeleteLayer operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteLayerAsync(DeleteLayerRequest deleteLayerRequest, AsyncHandler<DeleteLayerRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a specified layer. You must first remove all associated instances.
deleteLayerRequest
- Container for the necessary parameters to
execute the DeleteLayer operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeVolumesResult> describeVolumesAsync(DescribeVolumesRequest describeVolumesRequest) throws AmazonServiceException, AmazonClientException
Describes an instance's Amazon EBS volumes.
describeVolumesRequest
- Container for the necessary parameters
to execute the DescribeVolumes operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeVolumesResult> describeVolumesAsync(DescribeVolumesRequest describeVolumesRequest, AsyncHandler<DescribeVolumesRequest,DescribeVolumesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes an instance's Amazon EBS volumes.
describeVolumesRequest
- Container for the necessary parameters
to execute the DescribeVolumes operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest setTimeBasedAutoScalingRequest) throws AmazonServiceException, AmazonClientException
Specify the time-based auto scaling configuration for a specified instance.
setTimeBasedAutoScalingRequest
- Container for the necessary
parameters to execute the SetTimeBasedAutoScaling operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> setTimeBasedAutoScalingAsync(SetTimeBasedAutoScalingRequest setTimeBasedAutoScalingRequest, AsyncHandler<SetTimeBasedAutoScalingRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Specify the time-based auto scaling configuration for a specified instance.
setTimeBasedAutoScalingRequest
- Container for the necessary
parameters to execute the SetTimeBasedAutoScaling operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateAppResult> createAppAsync(CreateAppRequest createAppRequest) throws AmazonServiceException, AmazonClientException
Creates an app for a specified stack.
createAppRequest
- Container for the necessary parameters to
execute the CreateApp operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateAppResult> createAppAsync(CreateAppRequest createAppRequest, AsyncHandler<CreateAppRequest,CreateAppResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates an app for a specified stack.
createAppRequest
- Container for the necessary parameters to
execute the CreateApp operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest describeTimeBasedAutoScalingRequest) throws AmazonServiceException, AmazonClientException
Describes time-based auto scaling configurations for specified instances.
describeTimeBasedAutoScalingRequest
- Container for the necessary
parameters to execute the DescribeTimeBasedAutoScaling operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeTimeBasedAutoScalingResult> describeTimeBasedAutoScalingAsync(DescribeTimeBasedAutoScalingRequest describeTimeBasedAutoScalingRequest, AsyncHandler<DescribeTimeBasedAutoScalingRequest,DescribeTimeBasedAutoScalingResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes time-based auto scaling configurations for specified instances.
describeTimeBasedAutoScalingRequest
- Container for the necessary
parameters to execute the DescribeTimeBasedAutoScaling operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteUserProfileAsync(DeleteUserProfileRequest deleteUserProfileRequest) throws AmazonServiceException, AmazonClientException
Deletes a user.
deleteUserProfileRequest
- Container for the necessary parameters
to execute the DeleteUserProfile operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteUserProfileAsync(DeleteUserProfileRequest deleteUserProfileRequest, AsyncHandler<DeleteUserProfileRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a user.
deleteUserProfileRequest
- Container for the necessary parameters
to execute the DeleteUserProfile operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeUserProfilesResult> describeUserProfilesAsync(DescribeUserProfilesRequest describeUserProfilesRequest) throws AmazonServiceException, AmazonClientException
Describe specified users.
describeUserProfilesRequest
- Container for the necessary
parameters to execute the DescribeUserProfiles operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeUserProfilesResult> describeUserProfilesAsync(DescribeUserProfilesRequest describeUserProfilesRequest, AsyncHandler<DescribeUserProfilesRequest,DescribeUserProfilesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describe specified users.
describeUserProfilesRequest
- Container for the necessary
parameters to execute the DescribeUserProfiles operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest) throws AmazonServiceException, AmazonClientException
Updates a specified instance.
updateInstanceRequest
- Container for the necessary parameters to
execute the UpdateInstance operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateInstanceAsync(UpdateInstanceRequest updateInstanceRequest, AsyncHandler<UpdateInstanceRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a specified instance.
updateInstanceRequest
- Container for the necessary parameters to
execute the UpdateInstance operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeServiceErrorsResult> describeServiceErrorsAsync(DescribeServiceErrorsRequest describeServiceErrorsRequest) throws AmazonServiceException, AmazonClientException
Describes OpsWorks service errors.
describeServiceErrorsRequest
- Container for the necessary
parameters to execute the DescribeServiceErrors operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeServiceErrorsResult> describeServiceErrorsAsync(DescribeServiceErrorsRequest describeServiceErrorsRequest, AsyncHandler<DescribeServiceErrorsRequest,DescribeServiceErrorsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes OpsWorks service errors.
describeServiceErrorsRequest
- Container for the necessary
parameters to execute the DescribeServiceErrors operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeDeploymentsResult> describeDeploymentsAsync(DescribeDeploymentsRequest describeDeploymentsRequest) throws AmazonServiceException, AmazonClientException
Requests a description of a specified set of deployments.
describeDeploymentsRequest
- Container for the necessary
parameters to execute the DescribeDeployments operation on
AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeDeploymentsResult> describeDeploymentsAsync(DescribeDeploymentsRequest describeDeploymentsRequest, AsyncHandler<DescribeDeploymentsRequest,DescribeDeploymentsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Requests a description of a specified set of deployments.
describeDeploymentsRequest
- Container for the necessary
parameters to execute the DescribeDeployments operation on
AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateLayerAsync(UpdateLayerRequest updateLayerRequest) throws AmazonServiceException, AmazonClientException
Updates a specified layer.
updateLayerRequest
- Container for the necessary parameters to
execute the UpdateLayer operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> updateLayerAsync(UpdateLayerRequest updateLayerRequest, AsyncHandler<UpdateLayerRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a specified layer.
updateLayerRequest
- Container for the necessary parameters to
execute the UpdateLayer operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> startInstanceAsync(StartInstanceRequest startInstanceRequest) throws AmazonServiceException, AmazonClientException
Starts a specified instance.
startInstanceRequest
- Container for the necessary parameters to
execute the StartInstance operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> startInstanceAsync(StartInstanceRequest startInstanceRequest, AsyncHandler<StartInstanceRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Starts a specified instance.
startInstanceRequest
- Container for the necessary parameters to
execute the StartInstance operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeElasticIpsResult> describeElasticIpsAsync(DescribeElasticIpsRequest describeElasticIpsRequest) throws AmazonServiceException, AmazonClientException
Describes an instance's Elastic IP addresses .
describeElasticIpsRequest
- Container for the necessary
parameters to execute the DescribeElasticIps operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeElasticIpsResult> describeElasticIpsAsync(DescribeElasticIpsRequest describeElasticIpsRequest, AsyncHandler<DescribeElasticIpsRequest,DescribeElasticIpsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes an instance's Elastic IP addresses .
describeElasticIpsRequest
- Container for the necessary
parameters to execute the DescribeElasticIps operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeStacksResult> describeStacksAsync(DescribeStacksRequest describeStacksRequest) throws AmazonServiceException, AmazonClientException
Requests a description of one or more stacks.
describeStacksRequest
- Container for the necessary parameters to
execute the DescribeStacks operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeStacksResult> describeStacksAsync(DescribeStacksRequest describeStacksRequest, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Requests a description of one or more stacks.
describeStacksRequest
- Container for the necessary parameters to
execute the DescribeStacks operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeAppsResult> describeAppsAsync(DescribeAppsRequest describeAppsRequest) throws AmazonServiceException, AmazonClientException
Requests a description of a specified set of apps.
describeAppsRequest
- Container for the necessary parameters to
execute the DescribeApps operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<DescribeAppsResult> describeAppsAsync(DescribeAppsRequest describeAppsRequest, AsyncHandler<DescribeAppsRequest,DescribeAppsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Requests a description of a specified set of apps.
describeAppsRequest
- Container for the necessary parameters to
execute the DescribeApps operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateLayerResult> createLayerAsync(CreateLayerRequest createLayerRequest) throws AmazonServiceException, AmazonClientException
Creates a layer.
createLayerRequest
- Container for the necessary parameters to
execute the CreateLayer operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateLayerResult> createLayerAsync(CreateLayerRequest createLayerRequest, AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a layer.
createLayerRequest
- Container for the necessary parameters to
execute the CreateLayer operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteStackAsync(DeleteStackRequest deleteStackRequest) throws AmazonServiceException, AmazonClientException
Deletes a specified stack. You must first delete all instances and layers.
deleteStackRequest
- Container for the necessary parameters to
execute the DeleteStack operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> deleteStackAsync(DeleteStackRequest deleteStackRequest, AsyncHandler<DeleteStackRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a specified stack. You must first delete all instances and layers.
deleteStackRequest
- Container for the necessary parameters to
execute the DeleteStack operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> startStackAsync(StartStackRequest startStackRequest) throws AmazonServiceException, AmazonClientException
Starts stack's instances.
startStackRequest
- Container for the necessary parameters to
execute the StartStack operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> startStackAsync(StartStackRequest startStackRequest, AsyncHandler<StartStackRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Starts stack's instances.
startStackRequest
- Container for the necessary parameters to
execute the StartStack operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> stopStackAsync(StopStackRequest stopStackRequest) throws AmazonServiceException, AmazonClientException
Stops a specified stack.
stopStackRequest
- Container for the necessary parameters to
execute the StopStack operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<Void> stopStackAsync(StopStackRequest stopStackRequest, AsyncHandler<StopStackRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Stops a specified stack.
stopStackRequest
- Container for the necessary parameters to
execute the StopStack operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateDeploymentResult> createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest) throws AmazonServiceException, AmazonClientException
Deploys a stack or app.
deploy
event, which runs
the associated recipes and passes them a JSON stack configuration
object that includes information about the app. deploy
recipes but does
not raise an event.
createDeploymentRequest
- Container for the necessary parameters
to execute the CreateDeployment operation on AWSOpsWorks.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.Future<CreateDeploymentResult> createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Deploys a stack or app.
deploy
event, which runs
the associated recipes and passes them a JSON stack configuration
object that includes information about the app. deploy
recipes but does
not raise an event.
createDeploymentRequest
- Container for the necessary parameters
to execute the CreateDeployment operation on AWSOpsWorks.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AWSOpsWorks indicating
either a problem with the data in the request, or a server side issue.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |