Uses of Class
com.amazonaws.services.elasticbeanstalk.model.SwapEnvironmentCNAMEsRequest

Packages that use SwapEnvironmentCNAMEsRequest
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. 
 

Uses of SwapEnvironmentCNAMEsRequest in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk with parameters of type SwapEnvironmentCNAMEsRequest
 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.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type SwapEnvironmentCNAMEsRequest
 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.
 

Uses of SwapEnvironmentCNAMEsRequest in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return SwapEnvironmentCNAMEsRequest
 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 © 2016. All rights reserved.