Uses of Class
com.oracle.bmc.loganalytics.responses.GetStorageResponse
-
Packages that use GetStorageResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetStorageResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetStorageResponse Modifier and Type Method Description GetStorageResponse
LogAnalytics. getStorage(GetStorageRequest request)
This API gets the storage configuration of a tenancyGetStorageResponse
LogAnalyticsClient. getStorage(GetStorageRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetStorageResponse Modifier and Type Method Description Future<GetStorageResponse>
LogAnalyticsAsync. getStorage(GetStorageRequest request, AsyncHandler<GetStorageRequest,GetStorageResponse> handler)
This API gets the storage configuration of a tenancyFuture<GetStorageResponse>
LogAnalyticsAsyncClient. getStorage(GetStorageRequest request, AsyncHandler<GetStorageRequest,GetStorageResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetStorageResponse Modifier and Type Method Description Future<GetStorageResponse>
LogAnalyticsAsync. getStorage(GetStorageRequest request, AsyncHandler<GetStorageRequest,GetStorageResponse> handler)
This API gets the storage configuration of a tenancyFuture<GetStorageResponse>
LogAnalyticsAsyncClient. getStorage(GetStorageRequest request, AsyncHandler<GetStorageRequest,GetStorageResponse> handler)
-
Uses of GetStorageResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetStorageResponse Modifier and Type Method Description GetStorageResponse
GetStorageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetStorageResponse Modifier and Type Method Description GetStorageResponse.Builder
GetStorageResponse.Builder. copy(GetStorageResponse o)
Copy method to populate the builder with values from the given instance.
-