Uses of Class
com.oracle.bmc.core.responses.GetPublicIpByIpAddressResponse
- 
Packages that use GetPublicIpByIpAddressResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses 
- 
- 
Uses of GetPublicIpByIpAddressResponse in com.oracle.bmc.coreMethods in com.oracle.bmc.core that return GetPublicIpByIpAddressResponse Modifier and Type Method Description GetPublicIpByIpAddressResponseVirtualNetwork. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request)Gets the public IP based on the public IP address (for example, 203.0.113.2).GetPublicIpByIpAddressResponseVirtualNetworkClient. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request)Methods in com.oracle.bmc.core that return types with arguments of type GetPublicIpByIpAddressResponse Modifier and Type Method Description Future<GetPublicIpByIpAddressResponse>VirtualNetworkAsync. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request, AsyncHandler<GetPublicIpByIpAddressRequest,GetPublicIpByIpAddressResponse> handler)Gets the public IP based on the public IP address (for example, 203.0.113.2).Future<GetPublicIpByIpAddressResponse>VirtualNetworkAsyncClient. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request, AsyncHandler<GetPublicIpByIpAddressRequest,GetPublicIpByIpAddressResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type GetPublicIpByIpAddressResponse Modifier and Type Method Description Future<GetPublicIpByIpAddressResponse>VirtualNetworkAsync. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request, AsyncHandler<GetPublicIpByIpAddressRequest,GetPublicIpByIpAddressResponse> handler)Gets the public IP based on the public IP address (for example, 203.0.113.2).Future<GetPublicIpByIpAddressResponse>VirtualNetworkAsyncClient. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request, AsyncHandler<GetPublicIpByIpAddressRequest,GetPublicIpByIpAddressResponse> handler)
- 
Uses of GetPublicIpByIpAddressResponse in com.oracle.bmc.core.responsesMethods in com.oracle.bmc.core.responses that return GetPublicIpByIpAddressResponse Modifier and Type Method Description GetPublicIpByIpAddressResponseGetPublicIpByIpAddressResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetPublicIpByIpAddressResponse Modifier and Type Method Description GetPublicIpByIpAddressResponse.BuilderGetPublicIpByIpAddressResponse.Builder. copy(GetPublicIpByIpAddressResponse o)Copy method to populate the builder with values from the given instance.
 
-