Uses of Class
com.oracle.bmc.recovery.responses.ListRecoveryServiceSubnetsResponse
-
Packages that use ListRecoveryServiceSubnetsResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of ListRecoveryServiceSubnetsResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return ListRecoveryServiceSubnetsResponse Modifier and Type Method Description ListRecoveryServiceSubnetsResponseDatabaseRecovery. listRecoveryServiceSubnets(ListRecoveryServiceSubnetsRequest request)Returns a list of Recovery Service Subnets.ListRecoveryServiceSubnetsResponseDatabaseRecoveryClient. listRecoveryServiceSubnets(ListRecoveryServiceSubnetsRequest request)Methods in com.oracle.bmc.recovery that return types with arguments of type ListRecoveryServiceSubnetsResponse Modifier and Type Method Description Future<ListRecoveryServiceSubnetsResponse>DatabaseRecoveryAsync. listRecoveryServiceSubnets(ListRecoveryServiceSubnetsRequest request, AsyncHandler<ListRecoveryServiceSubnetsRequest,ListRecoveryServiceSubnetsResponse> handler)Returns a list of Recovery Service Subnets.Future<ListRecoveryServiceSubnetsResponse>DatabaseRecoveryAsyncClient. listRecoveryServiceSubnets(ListRecoveryServiceSubnetsRequest request, AsyncHandler<ListRecoveryServiceSubnetsRequest,ListRecoveryServiceSubnetsResponse> handler)Iterable<ListRecoveryServiceSubnetsResponse>DatabaseRecoveryPaginators. listRecoveryServiceSubnetsResponseIterator(ListRecoveryServiceSubnetsRequest request)Creates a new iterable which will iterate over the responses received from the listRecoveryServiceSubnets operation.Method parameters in com.oracle.bmc.recovery with type arguments of type ListRecoveryServiceSubnetsResponse Modifier and Type Method Description Future<ListRecoveryServiceSubnetsResponse>DatabaseRecoveryAsync. listRecoveryServiceSubnets(ListRecoveryServiceSubnetsRequest request, AsyncHandler<ListRecoveryServiceSubnetsRequest,ListRecoveryServiceSubnetsResponse> handler)Returns a list of Recovery Service Subnets.Future<ListRecoveryServiceSubnetsResponse>DatabaseRecoveryAsyncClient. listRecoveryServiceSubnets(ListRecoveryServiceSubnetsRequest request, AsyncHandler<ListRecoveryServiceSubnetsRequest,ListRecoveryServiceSubnetsResponse> handler) -
Uses of ListRecoveryServiceSubnetsResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ListRecoveryServiceSubnetsResponse Modifier and Type Method Description ListRecoveryServiceSubnetsResponseListRecoveryServiceSubnetsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type ListRecoveryServiceSubnetsResponse Modifier and Type Method Description ListRecoveryServiceSubnetsResponse.BuilderListRecoveryServiceSubnetsResponse.Builder. copy(ListRecoveryServiceSubnetsResponse o)Copy method to populate the builder with values from the given instance.
-