Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk.
|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSElasticBeanstalkClient.swapEnvironmentCNAMEs(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
Swaps the CNAMEs of two environments.
|
void |
AWSElasticBeanstalk.swapEnvironmentCNAMEs(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
Swaps the CNAMEs of two environments.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
Swaps the CNAMEs of two environments.
|
Future<Void> |
AWSElasticBeanstalkAsync.swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest)
Swaps the CNAMEs of two environments.
|
Future<Void> |
AWSElasticBeanstalkAsyncClient.swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest,
AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Swaps the CNAMEs of two environments.
|
Future<Void> |
AWSElasticBeanstalkAsync.swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest,
AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Swaps the CNAMEs of two environments.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSElasticBeanstalkAsyncClient.swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest,
AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Swaps the CNAMEs of two environments.
|
Future<Void> |
AWSElasticBeanstalkAsync.swapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest swapEnvironmentCNAMEsRequest,
AsyncHandler<SwapEnvironmentCNAMEsRequest,Void> asyncHandler)
Swaps the CNAMEs of two environments.
|
Modifier and Type | Method and Description |
---|---|
SwapEnvironmentCNAMEsRequest |
SwapEnvironmentCNAMEsRequest.withDestinationEnvironmentId(String destinationEnvironmentId)
The ID of the destination environment.
|
SwapEnvironmentCNAMEsRequest |
SwapEnvironmentCNAMEsRequest.withDestinationEnvironmentName(String destinationEnvironmentName)
The name of the destination environment.
|
SwapEnvironmentCNAMEsRequest |
SwapEnvironmentCNAMEsRequest.withSourceEnvironmentId(String sourceEnvironmentId)
The ID of the source environment.
|
SwapEnvironmentCNAMEsRequest |
SwapEnvironmentCNAMEsRequest.withSourceEnvironmentName(String sourceEnvironmentName)
The name of the source environment.
|
Copyright © 2014. All rights reserved.