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 ListEncryptionKeyInfoResponseLogAnalytics. 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)ListEncryptionKeyInfoResponseLogAnalyticsClient. 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 ListEncryptionKeyInfoRequestListEncryptionKeyInfoRequest.Builder. build()Build the instance of ListEncryptionKeyInfoRequest as configured by this builderListEncryptionKeyInfoRequestListEncryptionKeyInfoRequest.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.BuilderListEncryptionKeyInfoRequest.Builder. copy(ListEncryptionKeyInfoRequest o)Copy method to populate the builder with values from the given instance.
-