Uses of Class
com.oracle.bmc.datasafe.responses.CreateAuditProfileResponse
-
Packages that use CreateAuditProfileResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of CreateAuditProfileResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return CreateAuditProfileResponse Modifier and Type Method Description CreateAuditProfileResponse
DataSafe. createAuditProfile(CreateAuditProfileRequest request)
Create a new audit profile resource.CreateAuditProfileResponse
DataSafeClient. createAuditProfile(CreateAuditProfileRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type CreateAuditProfileResponse Modifier and Type Method Description Future<CreateAuditProfileResponse>
DataSafeAsync. createAuditProfile(CreateAuditProfileRequest request, AsyncHandler<CreateAuditProfileRequest,CreateAuditProfileResponse> handler)
Create a new audit profile resource.Future<CreateAuditProfileResponse>
DataSafeAsyncClient. createAuditProfile(CreateAuditProfileRequest request, AsyncHandler<CreateAuditProfileRequest,CreateAuditProfileResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateAuditProfileResponse Modifier and Type Method Description Future<CreateAuditProfileResponse>
DataSafeAsync. createAuditProfile(CreateAuditProfileRequest request, AsyncHandler<CreateAuditProfileRequest,CreateAuditProfileResponse> handler)
Create a new audit profile resource.Future<CreateAuditProfileResponse>
DataSafeAsyncClient. createAuditProfile(CreateAuditProfileRequest request, AsyncHandler<CreateAuditProfileRequest,CreateAuditProfileResponse> handler)
-
Uses of CreateAuditProfileResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return CreateAuditProfileResponse Modifier and Type Method Description CreateAuditProfileResponse
CreateAuditProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type CreateAuditProfileResponse Modifier and Type Method Description CreateAuditProfileResponse.Builder
CreateAuditProfileResponse.Builder. copy(CreateAuditProfileResponse o)
Copy method to populate the builder with values from the given instance.
-