@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSLaunchWizardClient extends AmazonWebServiceClient implements AWSLaunchWizard
Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for third party applications, such as Microsoft SQL Server Always On and HANA based SAP systems, without the need to manually identify and provision individual Amazon Web Services resources.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| static AWSLaunchWizardClientBuilder | builder() | 
| CreateDeploymentResult | createDeployment(CreateDeploymentRequest request)
 Creates a deployment for the given workload. | 
| DeleteDeploymentResult | deleteDeployment(DeleteDeploymentRequest request)
 Deletes a deployment. | 
| ResponseMetadata | getCachedResponseMetadata(AmazonWebServiceRequest request)Returns additional metadata for a previously executed successful, request, typically used for debugging issues
 where a service isn't acting as expected. | 
| GetDeploymentResult | getDeployment(GetDeploymentRequest request)
 Returns information about the deployment. | 
| GetWorkloadResult | getWorkload(GetWorkloadRequest request)
 Returns information about a workload. | 
| ListDeploymentEventsResult | listDeploymentEvents(ListDeploymentEventsRequest request)
 Lists the events of a deployment. | 
| ListDeploymentsResult | listDeployments(ListDeploymentsRequest request)
 Lists the deployments that have been created. | 
| ListWorkloadDeploymentPatternsResult | listWorkloadDeploymentPatterns(ListWorkloadDeploymentPatternsRequest request)
 Lists the workload deployment patterns. | 
| ListWorkloadsResult | listWorkloads(ListWorkloadsRequest request)
 Lists the workloads. | 
| void | shutdown()Shuts down this client object, releasing any resources that might be held
 open. | 
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetpublic static AWSLaunchWizardClientBuilder builder()
public CreateDeploymentResult createDeployment(CreateDeploymentRequest request)
 Creates a deployment for the given workload. Deployments created by this operation are not available in the
 Launch Wizard console to use the Clone deployment action on.
 
createDeployment in interface AWSLaunchWizardcreateDeploymentRequest - ResourceLimitException - You have exceeded an Launch Wizard resource limit. For example, you might have too many deployments in
         progress.InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException - The specified workload or deployment resource can't be found.public DeleteDeploymentResult deleteDeployment(DeleteDeploymentRequest request)
Deletes a deployment.
deleteDeployment in interface AWSLaunchWizarddeleteDeploymentRequest - InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException - The specified workload or deployment resource can't be found.public GetDeploymentResult getDeployment(GetDeploymentRequest request)
Returns information about the deployment.
getDeployment in interface AWSLaunchWizardgetDeploymentRequest - InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException - The specified workload or deployment resource can't be found.public GetWorkloadResult getWorkload(GetWorkloadRequest request)
Returns information about a workload.
getWorkload in interface AWSLaunchWizardgetWorkloadRequest - InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException - The specified workload or deployment resource can't be found.public ListDeploymentEventsResult listDeploymentEvents(ListDeploymentEventsRequest request)
Lists the events of a deployment.
listDeploymentEvents in interface AWSLaunchWizardlistDeploymentEventsRequest - InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException - The specified workload or deployment resource can't be found.public ListDeploymentsResult listDeployments(ListDeploymentsRequest request)
Lists the deployments that have been created.
listDeployments in interface AWSLaunchWizardlistDeploymentsRequest - InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListWorkloadDeploymentPatternsResult listWorkloadDeploymentPatterns(ListWorkloadDeploymentPatternsRequest request)
Lists the workload deployment patterns.
listWorkloadDeploymentPatterns in interface AWSLaunchWizardlistWorkloadDeploymentPatternsRequest - InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException - The specified workload or deployment resource can't be found.public ListWorkloadsResult listWorkloads(ListWorkloadsRequest request)
Lists the workloads.
listWorkloads in interface AWSLaunchWizardlistWorkloadsRequest - InternalServerException - An internal error has occurred. Retry your request, but if the problem persists, contact us with details
         by posting a question on re:Post.ValidationException - The input fails to satisfy the constraints specified by an Amazon Web Services service.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AWSLaunchWizardrequest - The originally executed requestpublic void shutdown()
AmazonWebServiceClientshutdown in interface AWSLaunchWizardshutdown in class AmazonWebServiceClient