Uses of Class
com.oracle.bmc.loganalytics.responses.ListEncryptionKeyInfoResponse
-
Packages that use ListEncryptionKeyInfoResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListEncryptionKeyInfoResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListEncryptionKeyInfoResponse Modifier and Type Method Description ListEncryptionKeyInfoResponseLogAnalytics. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request)This API returns the list of customer owned encryption key info.ListEncryptionKeyInfoResponseLogAnalyticsClient. listEncryptionKeyInfo(ListEncryptionKeyInfoRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListEncryptionKeyInfoResponse 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)Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListEncryptionKeyInfoResponse 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 ListEncryptionKeyInfoResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListEncryptionKeyInfoResponse Modifier and Type Method Description ListEncryptionKeyInfoResponseListEncryptionKeyInfoResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListEncryptionKeyInfoResponse Modifier and Type Method Description ListEncryptionKeyInfoResponse.BuilderListEncryptionKeyInfoResponse.Builder. copy(ListEncryptionKeyInfoResponse o)Copy method to populate the builder with values from the given instance.
-