Uses of Class
com.oracle.bmc.datasafe.requests.UpdateAuditProfileRequest
-
Packages that use UpdateAuditProfileRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateAuditProfileRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateAuditProfileRequest Modifier and Type Method Description UpdateAuditProfileResponse
DataSafe. updateAuditProfile(UpdateAuditProfileRequest request)
Updates one or more attributes of the specified audit profile.Future<UpdateAuditProfileResponse>
DataSafeAsync. updateAuditProfile(UpdateAuditProfileRequest request, AsyncHandler<UpdateAuditProfileRequest,UpdateAuditProfileResponse> handler)
Updates one or more attributes of the specified audit profile.Future<UpdateAuditProfileResponse>
DataSafeAsyncClient. updateAuditProfile(UpdateAuditProfileRequest request, AsyncHandler<UpdateAuditProfileRequest,UpdateAuditProfileResponse> handler)
UpdateAuditProfileResponse
DataSafeClient. updateAuditProfile(UpdateAuditProfileRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateAuditProfileRequest Modifier and Type Method Description Future<UpdateAuditProfileResponse>
DataSafeAsync. updateAuditProfile(UpdateAuditProfileRequest request, AsyncHandler<UpdateAuditProfileRequest,UpdateAuditProfileResponse> handler)
Updates one or more attributes of the specified audit profile.Future<UpdateAuditProfileResponse>
DataSafeAsyncClient. updateAuditProfile(UpdateAuditProfileRequest request, AsyncHandler<UpdateAuditProfileRequest,UpdateAuditProfileResponse> handler)
-
Uses of UpdateAuditProfileRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateAuditProfileRequest Modifier and Type Method Description UpdateAuditProfileRequest
UpdateAuditProfileRequest.Builder. build()
Build the instance of UpdateAuditProfileRequest as configured by this builderUpdateAuditProfileRequest
UpdateAuditProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAuditProfileRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateAuditProfileRequest Modifier and Type Method Description UpdateAuditProfileRequest.Builder
UpdateAuditProfileRequest.Builder. copy(UpdateAuditProfileRequest o)
Copy method to populate the builder with values from the given instance.
-