Uses of Class
com.oracle.bmc.recovery.responses.GetRecoveryServiceSubnetResponse
-
Packages that use GetRecoveryServiceSubnetResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of GetRecoveryServiceSubnetResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return GetRecoveryServiceSubnetResponse Modifier and Type Method Description GetRecoveryServiceSubnetResponse
DatabaseRecovery. getRecoveryServiceSubnet(GetRecoveryServiceSubnetRequest request)
Gets information about a specified recovery service subnet.GetRecoveryServiceSubnetResponse
DatabaseRecoveryClient. getRecoveryServiceSubnet(GetRecoveryServiceSubnetRequest request)
Method parameters in com.oracle.bmc.recovery with type arguments of type GetRecoveryServiceSubnetResponse Modifier and Type Method Description Future<GetRecoveryServiceSubnetResponse>
DatabaseRecoveryAsync. getRecoveryServiceSubnet(GetRecoveryServiceSubnetRequest request, AsyncHandler<GetRecoveryServiceSubnetRequest,GetRecoveryServiceSubnetResponse> handler)
Gets information about a specified recovery service subnet.Future<GetRecoveryServiceSubnetResponse>
DatabaseRecoveryAsyncClient. getRecoveryServiceSubnet(GetRecoveryServiceSubnetRequest request, AsyncHandler<GetRecoveryServiceSubnetRequest,GetRecoveryServiceSubnetResponse> handler)
-
Uses of GetRecoveryServiceSubnetResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return GetRecoveryServiceSubnetResponse Modifier and Type Method Description GetRecoveryServiceSubnetResponse
GetRecoveryServiceSubnetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type GetRecoveryServiceSubnetResponse Modifier and Type Method Description GetRecoveryServiceSubnetResponse.Builder
GetRecoveryServiceSubnetResponse.Builder. copy(GetRecoveryServiceSubnetResponse o)
Copy method to populate the builder with values from the given instance.
-