Uses of Class
com.oracle.bmc.ospgateway.requests.VerifyAddressRequest
-
Packages that use VerifyAddressRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of VerifyAddressRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type VerifyAddressRequest Modifier and Type Method Description VerifyAddressResponse
AddressService. verifyAddress(VerifyAddressRequest request)
Verify addressFuture<VerifyAddressResponse>
AddressServiceAsync. verifyAddress(VerifyAddressRequest request, AsyncHandler<VerifyAddressRequest,VerifyAddressResponse> handler)
Verify addressFuture<VerifyAddressResponse>
AddressServiceAsyncClient. verifyAddress(VerifyAddressRequest request, AsyncHandler<VerifyAddressRequest,VerifyAddressResponse> handler)
VerifyAddressResponse
AddressServiceClient. verifyAddress(VerifyAddressRequest request)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type VerifyAddressRequest 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 VerifyAddressRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return VerifyAddressRequest Modifier and Type Method Description VerifyAddressRequest
VerifyAddressRequest.Builder. build()
Build the instance of VerifyAddressRequest as configured by this builderVerifyAddressRequest
VerifyAddressRequest.Builder. buildWithoutInvocationCallback()
Build the instance of VerifyAddressRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type VerifyAddressRequest Modifier and Type Method Description VerifyAddressRequest.Builder
VerifyAddressRequest.Builder. copy(VerifyAddressRequest o)
Copy method to populate the builder with values from the given instance.
-