Uses of Class
com.oracle.bmc.core.model.GetPublicIpByIpAddressDetails
-
Packages that use GetPublicIpByIpAddressDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of GetPublicIpByIpAddressDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return GetPublicIpByIpAddressDetails Modifier and Type Method Description GetPublicIpByIpAddressDetails
GetPublicIpByIpAddressDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type GetPublicIpByIpAddressDetails Modifier and Type Method Description GetPublicIpByIpAddressDetails.Builder
GetPublicIpByIpAddressDetails.Builder. copy(GetPublicIpByIpAddressDetails model)
-
Uses of GetPublicIpByIpAddressDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetPublicIpByIpAddressDetails Modifier and Type Method Description GetPublicIpByIpAddressDetails
GetPublicIpByIpAddressRequest. getBody$()
Alternative accessor for the body parameter.GetPublicIpByIpAddressDetails
GetPublicIpByIpAddressRequest. getGetPublicIpByIpAddressDetails()
IP address details for fetching the public IP.Methods in com.oracle.bmc.core.requests with parameters of type GetPublicIpByIpAddressDetails Modifier and Type Method Description GetPublicIpByIpAddressRequest.Builder
GetPublicIpByIpAddressRequest.Builder. body$(GetPublicIpByIpAddressDetails body)
Alternative setter for the body parameter.GetPublicIpByIpAddressRequest.Builder
GetPublicIpByIpAddressRequest.Builder. getPublicIpByIpAddressDetails(GetPublicIpByIpAddressDetails getPublicIpByIpAddressDetails)
IP address details for fetching the public IP.
-