Uses of Class
com.oracle.bmc.ospgateway.responses.GetAddressResponse
-
Packages that use GetAddressResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of GetAddressResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return GetAddressResponse Modifier and Type Method Description GetAddressResponse
AddressService. getAddress(GetAddressRequest request)
Get the address by id for the compartmentGetAddressResponse
AddressServiceClient. getAddress(GetAddressRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type GetAddressResponse 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)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type GetAddressResponse 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 GetAddressResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return GetAddressResponse Modifier and Type Method Description GetAddressResponse
GetAddressResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type GetAddressResponse Modifier and Type Method Description GetAddressResponse.Builder
GetAddressResponse.Builder. copy(GetAddressResponse o)
Copy method to populate the builder with values from the given instance.
-