Uses of Class
com.oracle.bmc.bds.responses.ListNodeBackupConfigurationsResponse
-
Packages that use ListNodeBackupConfigurationsResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of ListNodeBackupConfigurationsResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return ListNodeBackupConfigurationsResponse Modifier and Type Method Description ListNodeBackupConfigurationsResponse
Bds. listNodeBackupConfigurations(ListNodeBackupConfigurationsRequest request)
Returns information about the NodeBackupConfigurations.ListNodeBackupConfigurationsResponse
BdsClient. listNodeBackupConfigurations(ListNodeBackupConfigurationsRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type ListNodeBackupConfigurationsResponse Modifier and Type Method Description Future<ListNodeBackupConfigurationsResponse>
BdsAsync. listNodeBackupConfigurations(ListNodeBackupConfigurationsRequest request, AsyncHandler<ListNodeBackupConfigurationsRequest,ListNodeBackupConfigurationsResponse> handler)
Returns information about the NodeBackupConfigurations.Future<ListNodeBackupConfigurationsResponse>
BdsAsyncClient. listNodeBackupConfigurations(ListNodeBackupConfigurationsRequest request, AsyncHandler<ListNodeBackupConfigurationsRequest,ListNodeBackupConfigurationsResponse> handler)
Iterable<ListNodeBackupConfigurationsResponse>
BdsPaginators. listNodeBackupConfigurationsResponseIterator(ListNodeBackupConfigurationsRequest request)
Creates a new iterable which will iterate over the responses received from the listNodeBackupConfigurations operation.Method parameters in com.oracle.bmc.bds with type arguments of type ListNodeBackupConfigurationsResponse Modifier and Type Method Description Future<ListNodeBackupConfigurationsResponse>
BdsAsync. listNodeBackupConfigurations(ListNodeBackupConfigurationsRequest request, AsyncHandler<ListNodeBackupConfigurationsRequest,ListNodeBackupConfigurationsResponse> handler)
Returns information about the NodeBackupConfigurations.Future<ListNodeBackupConfigurationsResponse>
BdsAsyncClient. listNodeBackupConfigurations(ListNodeBackupConfigurationsRequest request, AsyncHandler<ListNodeBackupConfigurationsRequest,ListNodeBackupConfigurationsResponse> handler)
-
Uses of ListNodeBackupConfigurationsResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return ListNodeBackupConfigurationsResponse Modifier and Type Method Description ListNodeBackupConfigurationsResponse
ListNodeBackupConfigurationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type ListNodeBackupConfigurationsResponse Modifier and Type Method Description ListNodeBackupConfigurationsResponse.Builder
ListNodeBackupConfigurationsResponse.Builder. copy(ListNodeBackupConfigurationsResponse o)
Copy method to populate the builder with values from the given instance.
-