Uses of Class
com.amazonaws.services.opsworks.model.RegisterElasticIpResult
Packages that use RegisterElasticIpResult
-
Uses of RegisterElasticIpResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return RegisterElasticIpResultModifier 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.Methods in com.amazonaws.services.opsworks that return types with arguments of type RegisterElasticIpResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.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 RegisterElasticIpResultModifier 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 RegisterElasticIpResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RegisterElasticIpResultModifier and TypeMethodDescriptionRegisterElasticIpResult.clone()
RegisterElasticIpResult.withElasticIp
(String elasticIp) The Elastic IP address.