Uses of Class
com.amazonaws.services.opsworks.model.RegisterElasticIpRequest
Packages that use RegisterElasticIpRequest
-
Uses of RegisterElasticIpRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type RegisterElasticIpRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.registerElasticIp
(RegisterElasticIpRequest request) AWSOpsWorks.registerElasticIp
(RegisterElasticIpRequest registerElasticIpRequest) Registers an Elastic IP address with a specified stack.AWSOpsWorksClient.registerElasticIp
(RegisterElasticIpRequest registerElasticIpRequest) Registers an Elastic IP address with a specified stack.AbstractAWSOpsWorksAsync.registerElasticIpAsync
(RegisterElasticIpRequest request) AbstractAWSOpsWorksAsync.registerElasticIpAsync
(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) AWSOpsWorksAsync.registerElasticIpAsync
(RegisterElasticIpRequest registerElasticIpRequest) Registers an Elastic IP address with a specified stack.AWSOpsWorksAsync.registerElasticIpAsync
(RegisterElasticIpRequest registerElasticIpRequest, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) Registers an Elastic IP address with a specified stack.AWSOpsWorksAsyncClient.registerElasticIpAsync
(RegisterElasticIpRequest request) AWSOpsWorksAsyncClient.registerElasticIpAsync
(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type RegisterElasticIpRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.registerElasticIpAsync
(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) AWSOpsWorksAsync.registerElasticIpAsync
(RegisterElasticIpRequest registerElasticIpRequest, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) Registers an Elastic IP address with a specified stack.AWSOpsWorksAsyncClient.registerElasticIpAsync
(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest, RegisterElasticIpResult> asyncHandler) -
Uses of RegisterElasticIpRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RegisterElasticIpRequestModifier and TypeMethodDescriptionRegisterElasticIpRequest.clone()
RegisterElasticIpRequest.withElasticIp
(String elasticIp) The Elastic IP address.RegisterElasticIpRequest.withStackId
(String stackId) The stack ID.