Uses of Class
com.oracle.bmc.loganalytics.requests.ListEncryptionKeyInfoRequest
-
Packages that use ListEncryptionKeyInfoRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListEncryptionKeyInfoRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListEncryptionKeyInfoRequest Modifier and Type Method Description ListEncryptionKeyInfoResponse
LogAnalytics. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request)
This API returns the list of customer owned encryption key info.Future<ListEncryptionKeyInfoResponse>
LogAnalyticsAsync. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request, AsyncHandler<ListEncryptionKeyInfoRequest,ListEncryptionKeyInfoResponse> handler)
This API returns the list of customer owned encryption key info.Future<ListEncryptionKeyInfoResponse>
LogAnalyticsAsyncClient. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request, AsyncHandler<ListEncryptionKeyInfoRequest,ListEncryptionKeyInfoResponse> handler)
ListEncryptionKeyInfoResponse
LogAnalyticsClient. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListEncryptionKeyInfoRequest Modifier and Type Method Description Future<ListEncryptionKeyInfoResponse>
LogAnalyticsAsync. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request, AsyncHandler<ListEncryptionKeyInfoRequest,ListEncryptionKeyInfoResponse> handler)
This API returns the list of customer owned encryption key info.Future<ListEncryptionKeyInfoResponse>
LogAnalyticsAsyncClient. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request, AsyncHandler<ListEncryptionKeyInfoRequest,ListEncryptionKeyInfoResponse> handler)
-
Uses of ListEncryptionKeyInfoRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListEncryptionKeyInfoRequest Modifier and Type Method Description ListEncryptionKeyInfoRequest
ListEncryptionKeyInfoRequest.Builder. build()
Build the instance of ListEncryptionKeyInfoRequest as configured by this builderListEncryptionKeyInfoRequest
ListEncryptionKeyInfoRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListEncryptionKeyInfoRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListEncryptionKeyInfoRequest Modifier and Type Method Description ListEncryptionKeyInfoRequest.Builder
ListEncryptionKeyInfoRequest.Builder. copy(ListEncryptionKeyInfoRequest o)
Copy method to populate the builder with values from the given instance.
-