Uses of Class
com.oracle.bmc.core.requests.GetPublicIpByIpAddressRequest
-
Packages that use GetPublicIpByIpAddressRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetPublicIpByIpAddressRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetPublicIpByIpAddressRequest Modifier and Type Method Description GetPublicIpByIpAddressResponse
VirtualNetwork. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request)
Gets the public IP based on the public IP address (for example, 203.0.113.2).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)
GetPublicIpByIpAddressResponse
VirtualNetworkClient. getPublicIpByIpAddress(GetPublicIpByIpAddressRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetPublicIpByIpAddressRequest 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 GetPublicIpByIpAddressRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetPublicIpByIpAddressRequest Modifier and Type Method Description GetPublicIpByIpAddressRequest
GetPublicIpByIpAddressRequest.Builder. build()
Build the instance of GetPublicIpByIpAddressRequest as configured by this builderGetPublicIpByIpAddressRequest
GetPublicIpByIpAddressRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPublicIpByIpAddressRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetPublicIpByIpAddressRequest Modifier and Type Method Description GetPublicIpByIpAddressRequest.Builder
GetPublicIpByIpAddressRequest.Builder. copy(GetPublicIpByIpAddressRequest o)
Copy method to populate the builder with values from the given instance.
-