Uses of Class
com.oracle.bmc.loganalytics.requests.GetStorageRequest
-
Packages that use GetStorageRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetStorageRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetStorageRequest Modifier and Type Method Description GetStorageResponse
LogAnalytics. getStorage(GetStorageRequest request)
This API gets the storage configuration of a tenancyFuture<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)
GetStorageResponse
LogAnalyticsClient. getStorage(GetStorageRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetStorageRequest 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 GetStorageRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetStorageRequest Modifier and Type Method Description GetStorageRequest
GetStorageRequest.Builder. build()
Build the instance of GetStorageRequest as configured by this builderGetStorageRequest
GetStorageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetStorageRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetStorageRequest Modifier and Type Method Description GetStorageRequest.Builder
GetStorageRequest.Builder. copy(GetStorageRequest o)
Copy method to populate the builder with values from the given instance.
-