Uses of Class
com.oracle.bmc.cims.responses.ValidateUserResponse
-
Packages that use ValidateUserResponse Package Description com.oracle.bmc.cims com.oracle.bmc.cims.responses -
-
Uses of ValidateUserResponse in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return ValidateUserResponse Modifier and Type Method Description ValidateUserResponse
Incident. validateUser(ValidateUserRequest request)
Checks whether the requested user is valid.ValidateUserResponse
IncidentClient. validateUser(ValidateUserRequest request)
Methods in com.oracle.bmc.cims that return types with arguments of type ValidateUserResponse Modifier and Type Method Description Future<ValidateUserResponse>
IncidentAsync. validateUser(ValidateUserRequest request, AsyncHandler<ValidateUserRequest,ValidateUserResponse> handler)
Checks whether the requested user is valid.Future<ValidateUserResponse>
IncidentAsyncClient. validateUser(ValidateUserRequest request, AsyncHandler<ValidateUserRequest,ValidateUserResponse> handler)
Method parameters in com.oracle.bmc.cims with type arguments of type ValidateUserResponse Modifier and Type Method Description Future<ValidateUserResponse>
IncidentAsync. validateUser(ValidateUserRequest request, AsyncHandler<ValidateUserRequest,ValidateUserResponse> handler)
Checks whether the requested user is valid.Future<ValidateUserResponse>
IncidentAsyncClient. validateUser(ValidateUserRequest request, AsyncHandler<ValidateUserRequest,ValidateUserResponse> handler)
-
Uses of ValidateUserResponse in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return ValidateUserResponse Modifier and Type Method Description ValidateUserResponse
ValidateUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cims.responses with parameters of type ValidateUserResponse Modifier and Type Method Description ValidateUserResponse.Builder
ValidateUserResponse.Builder. copy(ValidateUserResponse o)
Copy method to populate the builder with values from the given instance.
-