Uses of Class
com.oracle.bmc.devops.responses.ValidateConnectionResponse
-
Packages that use ValidateConnectionResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ValidateConnectionResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ValidateConnectionResponse Modifier and Type Method Description ValidateConnectionResponse
Devops. validateConnection(ValidateConnectionRequest request)
Return whether the credentials of the connection are valid.ValidateConnectionResponse
DevopsClient. validateConnection(ValidateConnectionRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ValidateConnectionResponse Modifier and Type Method Description Future<ValidateConnectionResponse>
DevopsAsync. validateConnection(ValidateConnectionRequest request, AsyncHandler<ValidateConnectionRequest,ValidateConnectionResponse> handler)
Return whether the credentials of the connection are valid.Future<ValidateConnectionResponse>
DevopsAsyncClient. validateConnection(ValidateConnectionRequest request, AsyncHandler<ValidateConnectionRequest,ValidateConnectionResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type ValidateConnectionResponse Modifier and Type Method Description Future<ValidateConnectionResponse>
DevopsAsync. validateConnection(ValidateConnectionRequest request, AsyncHandler<ValidateConnectionRequest,ValidateConnectionResponse> handler)
Return whether the credentials of the connection are valid.Future<ValidateConnectionResponse>
DevopsAsyncClient. validateConnection(ValidateConnectionRequest request, AsyncHandler<ValidateConnectionRequest,ValidateConnectionResponse> handler)
-
Uses of ValidateConnectionResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ValidateConnectionResponse Modifier and Type Method Description ValidateConnectionResponse
ValidateConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ValidateConnectionResponse Modifier and Type Method Description ValidateConnectionResponse.Builder
ValidateConnectionResponse.Builder. copy(ValidateConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-