Uses of Class
com.oracle.bmc.datasafe.responses.CreateSecurityAssessmentResponse
-
Packages that use CreateSecurityAssessmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of CreateSecurityAssessmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return CreateSecurityAssessmentResponse Modifier and Type Method Description CreateSecurityAssessmentResponse
DataSafe. createSecurityAssessment(CreateSecurityAssessmentRequest request)
Creates a new saved security assessment for one or multiple targets in a compartment.CreateSecurityAssessmentResponse
DataSafeClient. createSecurityAssessment(CreateSecurityAssessmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type CreateSecurityAssessmentResponse Modifier and Type Method Description Future<CreateSecurityAssessmentResponse>
DataSafeAsync. createSecurityAssessment(CreateSecurityAssessmentRequest request, AsyncHandler<CreateSecurityAssessmentRequest,CreateSecurityAssessmentResponse> handler)
Creates a new saved security assessment for one or multiple targets in a compartment.Future<CreateSecurityAssessmentResponse>
DataSafeAsyncClient. createSecurityAssessment(CreateSecurityAssessmentRequest request, AsyncHandler<CreateSecurityAssessmentRequest,CreateSecurityAssessmentResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type CreateSecurityAssessmentResponse Modifier and Type Method Description Future<CreateSecurityAssessmentResponse>
DataSafeAsync. createSecurityAssessment(CreateSecurityAssessmentRequest request, AsyncHandler<CreateSecurityAssessmentRequest,CreateSecurityAssessmentResponse> handler)
Creates a new saved security assessment for one or multiple targets in a compartment.Future<CreateSecurityAssessmentResponse>
DataSafeAsyncClient. createSecurityAssessment(CreateSecurityAssessmentRequest request, AsyncHandler<CreateSecurityAssessmentRequest,CreateSecurityAssessmentResponse> handler)
-
Uses of CreateSecurityAssessmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return CreateSecurityAssessmentResponse Modifier and Type Method Description CreateSecurityAssessmentResponse
CreateSecurityAssessmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type CreateSecurityAssessmentResponse Modifier and Type Method Description CreateSecurityAssessmentResponse.Builder
CreateSecurityAssessmentResponse.Builder. copy(CreateSecurityAssessmentResponse o)
Copy method to populate the builder with values from the given instance.
-