Uses of Class
com.oracle.bmc.datasafe.responses.UpdateAuditProfileResponse
-
Packages that use UpdateAuditProfileResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UpdateAuditProfileResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateAuditProfileResponse Modifier and Type Method Description UpdateAuditProfileResponse
DataSafe. updateAuditProfile(UpdateAuditProfileRequest request)
Updates one or more attributes of the specified audit profile.UpdateAuditProfileResponse
DataSafeClient. updateAuditProfile(UpdateAuditProfileRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateAuditProfileResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateAuditProfileResponse 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 UpdateAuditProfileResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateAuditProfileResponse Modifier and Type Method Description UpdateAuditProfileResponse
UpdateAuditProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateAuditProfileResponse Modifier and Type Method Description UpdateAuditProfileResponse.Builder
UpdateAuditProfileResponse.Builder. copy(UpdateAuditProfileResponse o)
Copy method to populate the builder with values from the given instance.
-