Uses of Class
com.oracle.bmc.analytics.requests.SetKmsKeyRequest
-
Packages that use SetKmsKeyRequest Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.requests -
-
Uses of SetKmsKeyRequest in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics with parameters of type SetKmsKeyRequest Modifier and Type Method Description SetKmsKeyResponse
Analytics. setKmsKey(SetKmsKeyRequest request)
Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.Future<SetKmsKeyResponse>
AnalyticsAsync. setKmsKey(SetKmsKeyRequest request, AsyncHandler<SetKmsKeyRequest,SetKmsKeyResponse> handler)
Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.Future<SetKmsKeyResponse>
AnalyticsAsyncClient. setKmsKey(SetKmsKeyRequest request, AsyncHandler<SetKmsKeyRequest,SetKmsKeyResponse> handler)
SetKmsKeyResponse
AnalyticsClient. setKmsKey(SetKmsKeyRequest request)
Method parameters in com.oracle.bmc.analytics with type arguments of type SetKmsKeyRequest Modifier and Type Method Description Future<SetKmsKeyResponse>
AnalyticsAsync. setKmsKey(SetKmsKeyRequest request, AsyncHandler<SetKmsKeyRequest,SetKmsKeyResponse> handler)
Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.Future<SetKmsKeyResponse>
AnalyticsAsyncClient. setKmsKey(SetKmsKeyRequest request, AsyncHandler<SetKmsKeyRequest,SetKmsKeyResponse> handler)
-
Uses of SetKmsKeyRequest in com.oracle.bmc.analytics.requests
Methods in com.oracle.bmc.analytics.requests that return SetKmsKeyRequest Modifier and Type Method Description SetKmsKeyRequest
SetKmsKeyRequest.Builder. build()
Build the instance of SetKmsKeyRequest as configured by this builderSetKmsKeyRequest
SetKmsKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SetKmsKeyRequest as configured by this builderMethods in com.oracle.bmc.analytics.requests with parameters of type SetKmsKeyRequest Modifier and Type Method Description SetKmsKeyRequest.Builder
SetKmsKeyRequest.Builder. copy(SetKmsKeyRequest o)
Copy method to populate the builder with values from the given instance.
-