Uses of Class
com.amazonaws.services.opsworks.model.AssociateElasticIpRequest
Packages that use AssociateElasticIpRequest
-
Uses of AssociateElasticIpRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type AssociateElasticIpRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.associateElasticIp
(AssociateElasticIpRequest request) AWSOpsWorks.associateElasticIp
(AssociateElasticIpRequest associateElasticIpRequest) Associates one of the stack's registered Elastic IP addresses with a specified instance.AWSOpsWorksClient.associateElasticIp
(AssociateElasticIpRequest associateElasticIpRequest) Associates one of the stack's registered Elastic IP addresses with a specified instance.AbstractAWSOpsWorksAsync.associateElasticIpAsync
(AssociateElasticIpRequest request) AbstractAWSOpsWorksAsync.associateElasticIpAsync
(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) AWSOpsWorksAsync.associateElasticIpAsync
(AssociateElasticIpRequest associateElasticIpRequest) Associates one of the stack's registered Elastic IP addresses with a specified instance.AWSOpsWorksAsync.associateElasticIpAsync
(AssociateElasticIpRequest associateElasticIpRequest, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) Associates one of the stack's registered Elastic IP addresses with a specified instance.AWSOpsWorksAsyncClient.associateElasticIpAsync
(AssociateElasticIpRequest request) AWSOpsWorksAsyncClient.associateElasticIpAsync
(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type AssociateElasticIpRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.associateElasticIpAsync
(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) AWSOpsWorksAsync.associateElasticIpAsync
(AssociateElasticIpRequest associateElasticIpRequest, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) Associates one of the stack's registered Elastic IP addresses with a specified instance.AWSOpsWorksAsyncClient.associateElasticIpAsync
(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest, AssociateElasticIpResult> asyncHandler) -
Uses of AssociateElasticIpRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AssociateElasticIpRequestModifier and TypeMethodDescriptionAssociateElasticIpRequest.clone()
AssociateElasticIpRequest.withElasticIp
(String elasticIp) The Elastic IP address.AssociateElasticIpRequest.withInstanceId
(String instanceId) The instance ID.