Uses of Class
com.oracle.bmc.ospgateway.requests.GetAddressRequest
-
Packages that use GetAddressRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of GetAddressRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type GetAddressRequest Modifier and Type Method Description GetAddressResponse
AddressService. getAddress(GetAddressRequest request)
Get the address by id for the compartmentFuture<GetAddressResponse>
AddressServiceAsync. getAddress(GetAddressRequest request, AsyncHandler<GetAddressRequest,GetAddressResponse> handler)
Get the address by id for the compartmentFuture<GetAddressResponse>
AddressServiceAsyncClient. getAddress(GetAddressRequest request, AsyncHandler<GetAddressRequest,GetAddressResponse> handler)
GetAddressResponse
AddressServiceClient. getAddress(GetAddressRequest request)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type GetAddressRequest Modifier and Type Method Description Future<GetAddressResponse>
AddressServiceAsync. getAddress(GetAddressRequest request, AsyncHandler<GetAddressRequest,GetAddressResponse> handler)
Get the address by id for the compartmentFuture<GetAddressResponse>
AddressServiceAsyncClient. getAddress(GetAddressRequest request, AsyncHandler<GetAddressRequest,GetAddressResponse> handler)
-
Uses of GetAddressRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return GetAddressRequest Modifier and Type Method Description GetAddressRequest
GetAddressRequest.Builder. build()
Build the instance of GetAddressRequest as configured by this builderGetAddressRequest
GetAddressRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAddressRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type GetAddressRequest Modifier and Type Method Description GetAddressRequest.Builder
GetAddressRequest.Builder. copy(GetAddressRequest o)
Copy method to populate the builder with values from the given instance.
-