Uses of Class
com.oracle.bmc.ospgateway.responses.VerifyAddressResponse
-
Packages that use VerifyAddressResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of VerifyAddressResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return VerifyAddressResponse Modifier and Type Method Description VerifyAddressResponse
AddressService. verifyAddress(VerifyAddressRequest request)
Verify addressVerifyAddressResponse
AddressServiceClient. verifyAddress(VerifyAddressRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type VerifyAddressResponse Modifier and Type Method Description Future<VerifyAddressResponse>
AddressServiceAsync. verifyAddress(VerifyAddressRequest request, AsyncHandler<VerifyAddressRequest,VerifyAddressResponse> handler)
Verify addressFuture<VerifyAddressResponse>
AddressServiceAsyncClient. verifyAddress(VerifyAddressRequest request, AsyncHandler<VerifyAddressRequest,VerifyAddressResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type VerifyAddressResponse Modifier and Type Method Description Future<VerifyAddressResponse>
AddressServiceAsync. verifyAddress(VerifyAddressRequest request, AsyncHandler<VerifyAddressRequest,VerifyAddressResponse> handler)
Verify addressFuture<VerifyAddressResponse>
AddressServiceAsyncClient. verifyAddress(VerifyAddressRequest request, AsyncHandler<VerifyAddressRequest,VerifyAddressResponse> handler)
-
Uses of VerifyAddressResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return VerifyAddressResponse Modifier and Type Method Description VerifyAddressResponse
VerifyAddressResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type VerifyAddressResponse Modifier and Type Method Description VerifyAddressResponse.Builder
VerifyAddressResponse.Builder. copy(VerifyAddressResponse o)
Copy method to populate the builder with values from the given instance.
-