Uses of Class
software.amazon.awssdk.services.opsworks.model.UpdateElasticIpRequest
-
Packages that use UpdateElasticIpRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of UpdateElasticIpRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type UpdateElasticIpRequest Modifier and Type Method Description default CompletableFuture<UpdateElasticIpResponse>OpsWorksAsyncClient. updateElasticIp(UpdateElasticIpRequest updateElasticIpRequest)Updates a registered Elastic IP address's name.default UpdateElasticIpResponseOpsWorksClient. updateElasticIp(UpdateElasticIpRequest updateElasticIpRequest)Updates a registered Elastic IP address's name. -
Uses of UpdateElasticIpRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type UpdateElasticIpRequest Modifier and Type Method Description SdkHttpFullRequestUpdateElasticIpRequestMarshaller. marshall(UpdateElasticIpRequest updateElasticIpRequest)
-